[Add] MediastreamPlatformSDKxC 2.2.1
[CocoaPods.git] / Specs / 7 / f / 6 / RKXMLDictionarySerialization / 1.2.1 / RKXMLDictionarySerialization.podspec.json
blob16b795a17e776c8c46ea2651e211538de203ae96
2   "name": "RKXMLDictionarySerialization",
3   "version": "1.2.1",
4   "summary": "A RestKit serialization format implementation for XML using XMLDictionary.",
5   "homepage": "https://github.com/DZamataev/RKXMLDictionarySerialization",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Denis Zamataev": "denis.zamataev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DZamataev/RKXMLDictionarySerialization.git",
15     "tag": "1.2.1"
16   },
17   "platforms": {
18     "ios": "5.1.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "requires_arc": true,
26       "source_files": "Core/*",
27       "dependencies": {
28         "RKXMLDictionarySerialization/Core-no-arc": [
30         ],
31         "RestKit": [
33         ],
34         "XMLDictionary": [
35           ">= 1.4"
36         ]
37       }
38     },
39     {
40       "name": "Core-no-arc",
41       "requires_arc": false,
42       "source_files": "Core-no-arc/*"
43     },
44     {
45       "name": "Demo",
46       "requires_arc": true,
47       "source_files": "Demo/RKXMLDictionarySerializationDemo/Source/*",
48       "resources": "Demo/RKXMLDictionarySerializationDemo/Resources/*",
49       "preserve_paths": [
50         "Demo/RKXMLDictionarySerializationDemo.xcodeproj",
51         "Demo/Podfile"
52       ],
53       "dependencies": {
54         "RKXMLDictionarySerialization/Core": [
56         ]
57       }
58     }
59   ]