| { | |
| "name": "SWXMLHash", | |
| "version": "3.0.2", | |
| "summary": "Simple XML parsing in Swift", | |
| "homepage": "https://github.com/drmohundro/SWXMLHash", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "David Mohundro": "david@mohundro.com" | |
| }, | |
| "requires_arc": true, | |
| "pod_target_xcconfig": { | |
| "SWIFT_VERSION": "3.0" | |
| }, | |
| "platforms": { | |
| "osx": "10.9", | |
| "ios": "8.0", | |
| "watchos": "2.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/drmohundro/SWXMLHash.git", | |
| "tag": "3.0.2" | |
| }, | |
| "source_files": "Source/*.swift" | |
| } |