blob: 1b1c394bb2a35b3955a5bd7b1ed55683ccb77d31 [file] [log] [blame]
{
"name": "AFXMLDictionarySerializer",
"version": "0.0.1",
"summary": "Support for converting XML do NSDictionary in AFNetworking.",
"homepage": "https://github.com/ideaismobile/AFXMLDictionarySerializer",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"ideaismobile": "thiago.peres@ideais.com.br"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ideaismobile/AFXMLDictionarySerializer.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
">= 2.0"
],
"XMLDictionary": [
]
},
"requires_arc": true
}