[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / d / 9 / 8 / AlamofireXmlToObjects / 2.1.0 / AlamofireXmlToObjects.podspec.json
blobea6aa710727fe010fe13c73c99f4f4af4c4436e7
2   "name": "AlamofireXmlToObjects",
3   "version": "2.1.0",
4   "summary": "An Alamofire extension which converts XML response data into swift objects using EVReflection and XMLDictionary",
5   "description": "An Alamofire extension which converts XML response data into swift objects using EVReflection and XMLDictionary.",
6   "homepage": "https://github.com/evermeer/AlamofireXmlToObjects",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "evermeer",
12   "social_media_url": "http://twitter.com/evermeer",
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.11"
16   },
17   "source": {
18     "git": "https://github.com/evermeer/AlamofireXmlToObjects.git",
19     "tag": "2.1.0"
20   },
21   "source_files": "AlamofireXmlToObjects/*",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
27     ],
28     "XMLDictionary": [
30     ],
31     "EVReflection": [
33     ]
34   }