[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 5 / 6 / SwiftyXMLParser / 5.4.0 / SwiftyXMLParser.podspec.json
blob37f8185321a40068d6cbead3d45625bf2bd962cb
2   "name": "SwiftyXMLParser",
3   "version": "5.4.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   ],
22   "source_files": "SwiftyXMLParser/*.swift",
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
26     "tag": "5.4.0"
27   },
28   "swift_version": "5.3"