blob: 16b795a17e776c8c46ea2651e211538de203ae96 [file] [log] [blame]
{
"name": "RKXMLDictionarySerialization",
"version": "1.2.1",
"summary": "A RestKit serialization format implementation for XML using XMLDictionary.",
"homepage": "https://github.com/DZamataev/RKXMLDictionarySerialization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Zamataev": "denis.zamataev@gmail.com"
},
"source": {
"git": "https://github.com/DZamataev/RKXMLDictionarySerialization.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "5.1.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": "Core/*",
"dependencies": {
"RKXMLDictionarySerialization/Core-no-arc": [
],
"RestKit": [
],
"XMLDictionary": [
">= 1.4"
]
}
},
{
"name": "Core-no-arc",
"requires_arc": false,
"source_files": "Core-no-arc/*"
},
{
"name": "Demo",
"requires_arc": true,
"source_files": "Demo/RKXMLDictionarySerializationDemo/Source/*",
"resources": "Demo/RKXMLDictionarySerializationDemo/Resources/*",
"preserve_paths": [
"Demo/RKXMLDictionarySerializationDemo.xcodeproj",
"Demo/Podfile"
],
"dependencies": {
"RKXMLDictionarySerialization/Core": [
]
}
}
]
}