[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / 6 / SwiftyXMLParser / 4.3.0 / SwiftyXMLParser.podspec.json
blob47b765f8af1c25a296e1ba6e6a50d58e34a6850b
2   "name": "SwiftyXMLParser",
3   "version": "4.3.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     "osx": "10.10"
15   },
16   "source_files": "SwiftyXMLParser/*.swift",
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
20     "tag": "4.3.0"
21   }