blob: ea6aa710727fe010fe13c73c99f4f4af4c4436e7 [file] [log] [blame]
{
"name": "AlamofireXmlToObjects",
"version": "2.1.0",
"summary": "An Alamofire extension which converts XML response data into swift objects using EVReflection and XMLDictionary",
"description": "An Alamofire extension which converts XML response data into swift objects using EVReflection and XMLDictionary.",
"homepage": "https://github.com/evermeer/AlamofireXmlToObjects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "evermeer",
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/evermeer/AlamofireXmlToObjects.git",
"tag": "2.1.0"
},
"source_files": "AlamofireXmlToObjects/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"XMLDictionary": [
],
"EVReflection": [
]
}
}