forked from CRED-CLUB/neopop-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeoPop.podspec
More file actions
15 lines (15 loc) · 940 Bytes
/
NeoPop.podspec
File metadata and controls
15 lines (15 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'NeoPop'
s.version = '1.0.0'
s.summary = "NeoPop is CRED's inbuilt library for using Neopop components in your app."
s.description = "What really is NeoPop? NeoPop was created with one simple goal, to create the next generation of the next beautiful, more affirmative, design system. neopop stays true to everything that design at CRED stands for."
s.homepage = 'https://github.com/CRED-CLUB/neopop-ios'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE.md' }
s.authors = { 'CRED' => 'opensource@cred.club' }
s.source = { :git => 'https://github.com/CRED-CLUB/neopop-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.swift_version = '5.5'
s.source_files = 'Sources/NeoPop/**/*.{swift, plist, podspec}'
s.resources = "Sources/NeoPop/**/*.{xcassets}"
s.module_name = 'NeoPop'
end