[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 6 / SwiftyXMLParser / 5.6.0 / SwiftyXMLParser.podspec.json
blobbea505e8aa986bb07234d33b7c3b80944122a0f0
2   "name": "SwiftyXMLParser",
3   "version": "5.6.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": "9.0",
13     "tvos": "9.0",
14     "osx": "10.10",
15     "watchos": "6.0"
16   },
17   "swift_versions": [
18     "5.1",
19     "5.2",
20     "5.3",
21     "5.4",
22     "5.5"
23   ],
24   "source_files": "SwiftyXMLParser/*.swift",
25   "requires_arc": true,
26   "source": {
27     "git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
28     "tag": "5.6.0"
29   },
30   "swift_version": "5.5"