[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 6 / SwiftyXMLParser / 3.0.2 / SwiftyXMLParser.podspec.json
blob6e174b5953b85a8ee3002ce20a003792f91afdf3
2   "name": "SwiftyXMLParser",
3   "version": "3.0.2",
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": "3.0.2"
20   },
21   "pushed_with_swift_version": "3.0"