| { | |
| "name": "SwiftyXML", | |
| "version": "1.6.0", | |
| "summary": "The most swifty way to deal with XML data in swift 4", | |
| "homepage": "https://github.com/chenyunguiMilook/SwiftyXML", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "chenyunguiMilook": "286224043@qq.com" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "osx": "10.9", | |
| "ios": "8.0", | |
| "watchos": "2.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/chenyunguiMilook/SwiftyXML.git", | |
| "tag": "1.6.0" | |
| }, | |
| "source_files": "Source/*.swift" | |
| } |