- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABRequestManager.podspec
More file actions
Latest commit
17 lines (17 loc) · 704 Bytes
/
Copy pathABRequestManager.podspec
File metadata and controls
17 lines (17 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name="ABRequestManager"
s.version="0.0.1"
s.summary="Lightweight and extensible request manager for iOS/OS X."
s.homepage="https://github.com/belkevich/requestmanager"
s.license={:type=>'MIT',:file=>'LICENSE.txt'}
s.author={"Alexey Belkevich"=>"belkevich.alexey@gmail.com"}
s.source={:git=>"https://github.com/belkevich/requestmanager.git",
:tag=>s.version.to_s}
s.platform=:ios
s.source_files='Classes/**/*.{h,m}'
s.ios.deployment_target="5.0"
s.osx.deployment_target="10.7"
s.requires_arc=true
s.dependency'ABMultiton'
s.dependency'SCNetworkReachability'
end