[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 5 / 6 / SwiftyXMLParser / 4.0.0 / SwiftyXMLParser.podspec.json
blobcb4bcda3b9cc20b434bf4417859fc6f334a38c20
2   "name": "SwiftyXMLParser",
3   "version": "4.0.0",
4   "summary": "Simple XML Parser implemented by Swift",
5   "description": "This is a XML parser inspired by SwiftyJSON and SWXMLHash.\n\nNSXMLParser in Foundation framework is a kind of \"SAX\" parser. It has a enough performance but is a little inconvenient.\nSo we have implemented \"DOM\" parser wrapping it.",
6   "homepage": "https://github.com/yahoojapan/SwiftyXMLParser.git",
7   "license": "MIT",
8   "authors": {
9     "kahayash": "kahayash@yahoo-corp.jp"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "tvos": "9.0"
14   },
15   "source_files": "SwiftyXMLParser/*.swift",
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
19     "tag": "4.0.0"
20   },
21   "pushed_with_swift_version": "3.0"