| { |
| "name": "XMLHelper", |
| "version": "0.1.0", |
| "summary": "Simple XML parser", |
| "description": "This XMLHelper will parse the xml data for you, and provides some convenient usage", |
| "homepage": "https://github.com/GeekXiaowei/XMLHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Xu Weiting": "geek_xwt@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/GeekXiaowei/XMLHelper.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "XMLModeler/XML*.swift" |
| } |