- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApproveAPI.podspec
More file actions
Latest commit
25 lines (22 loc) · 978 Bytes
/
Copy pathApproveAPI.podspec
File metadata and controls
25 lines (22 loc) · 978 Bytes
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
#
# Be sure to run `pod lib lint ApproveAPI.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name='ApproveAPI'
s.version='1.0.1'
s.summary='ApproveAPI for iOS.'
s.description=<<-DESC
A simple API for iOS to request a user's real-time approval on anything via email, SMS + mobile push.
DESC
s.homepage='https://github.com/imryan/ApproveAPI'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Ryan Cohen'=>'notryancohen@gmail.com'}
s.source={:git=>'https://github.com/imryan/ApproveAPI.git',:tag=>s.version.to_s}
s.ios.deployment_target='8.0'
s.source_files='ApproveAPI/Classes/**/*'
s.dependency'Alamofire'
end