forked from AFNetworking/AFNetworking
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAFNetworking.podspec
More file actions
Latest commit
12 lines (12 loc) · 559 Bytes
/
Copy pathAFNetworking.podspec
File metadata and controls
12 lines (12 loc) · 559 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name='AFNetworking'
s.version='0.10.0'
s.license='MIT'
s.summary='A delightful iOS and OS X networking framework'
s.homepage='https://github.com/AFNetworking/AFNetworking'
s.authors={'Mattt Thompson'=>'m@mattt.me','Scott Raymond'=>'sco@gowalla.com'}
s.source={:git=>'https://github.com/AFNetworking/AFNetworking.git',:tag=>'0.10.0'}
s.source_files='AFNetworking'
s.clean_paths=['iOS Example','Mac Example','AFNetworking.xcworkspace']
s.framework='SystemConfiguration'
end