[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 8 / AlamofireXmlToObjects / 1.1.0 / AlamofireXmlToObjects.podspec.json
blob1b4c5fae8e44c13755af14d31a9a62ac81168199
2   "name": "AlamofireXmlToObjects",
3   "version": "1.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": "8.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/evermeer/AlamofireXmlToObjects.git",
19     "tag": "1.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   }