-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCopperKit.podspec
executable file
·36 lines (29 loc) · 1.61 KB
/
CopperKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Be sure to run `pod lib lint CopperKit.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'CopperKit'
s.version = '3.1.2'
s.summary = 'Password-free signup for your product.'
s.description = <<-DESC
Copper is a service for developers to offer password-free authentication and signups to users. CopperKit users international SMS messages, and a beautiful, user-friendly signup form to get people into your app as quickly as possible. Copper remember users' information across apps so that they never have repeat themselves resulting in higher conversions into real users. Check signin and signup off the launch list and ship faster with Copper.
DESC
s.homepage = 'https://github.com/withcopper/CopperKit'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Copper Technologies' => '[email protected]' }
s.source = { :git => 'https://github.com/withcopper/CopperKit.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/withcopper'
s.ios.deployment_target = '8.2'
s.source_files = 'CopperKit/**/*.{swift,m,h,mm,hpp,cpp,c}'
s.resource_bundles = {
'CopperKit' => ['CopperKit/**/*.{storyboard,xib,xcassets,framework}']
}
# s.public_header_files = 'CopperKit/**/*.{h}'
s.frameworks = 'UIKit', 'Foundation'
# s.dependency 'AFNetworking', '~> 2.3'
end