[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / b / 8 / Alamofire-SwiftyXMLParser / 1.0.0-alpha1 / Alamofire-SwiftyXMLParser.podspec.json
blobf22d3088b415bcd9b9c832e2698840ce323f29eb
2   "name": "Alamofire-SwiftyXMLParser",
3   "version": "1.0.0-alpha1",
4   "summary": "Alamofire extension for serialize NSData to SwiftyXMLParser",
5   "homepage": "https://github.com/kazuhiro4949/Alamofire-SwiftyXMLParser",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "tangplin": "k.hayashi.info@gmail.com"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/kazuhiro4949/Alamofire-SwiftyXMLParser.git",
18     "tag": "1.0.0-alpha1"
19   },
20   "source_files": "Alamofire-SwiftyXMLParser/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "3.3.1"
24     ],
25     "SwiftyXMLParser": [
26       "1.0.0"
27     ]
28   }