forked from drmohundro/SWXMLHash
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSWXMLHash.podspec
More file actions
Latest commit
18 lines (15 loc) · 587 Bytes
/
Copy pathSWXMLHash.podspec
File metadata and controls
18 lines (15 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='SWXMLHash'
s.version='2.3.2'
s.summary='Simple XML parsing in Swift'
s.homepage='https://github.com/drmohundro/SWXMLHash'
s.license={:type=>'MIT'}
s.authors={'David Mohundro'=>'david@mohundro.com'}
s.requires_arc=true
s.osx.deployment_target='10.9'
s.ios.deployment_target='8.0'
s.watchos.deployment_target='2.0'
s.tvos.deployment_target='9.0'
s.source={:git=>'https://github.com/drmohundro/SWXMLHash.git',:tag=>'2.3.2'}
s.source_files='Source/*.swift'
end