blob: e80c6b952d3aa96546b1797dbef361015dba6344 [file] [log] [blame]
{
"name": "AlamofireXmlToObjects",
"version": "1.0.1",
"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": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/evermeer/AlamofireXmlToObjects.git",
"tag": "1.0.1"
},
"source_files": "AlamofireXmlToObjects/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"XMLDictionary": [
],
"EVReflection": [
]
}
}