[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.10.3 / RestKit.podspec.json
blob86e9c0b84efea86937081e9cbf9411e445b390b7
2   "name": "RestKit",
3   "version": "0.10.3",
4   "summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
5   "homepage": "http://www.restkit.org",
6   "authors": {
7     "Blake Watters": "blakewatters@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/RestKit/RestKit.git",
11     "tag": "v0.10.3"
12   },
13   "license": "Apache License, Version 2.0",
14   "source_files": "Code/RestKit.h",
15   "default_subspecs": [
16     "JSON"
17   ],
18   "requires_arc": false,
19   "subspecs": [
20     {
21       "name": "JSON",
22       "dependencies": {
23         "RestKit/Network": [
25         ],
26         "RestKit/ObjectMapping/JSON": [
28         ],
29         "RestKit/ObjectMapping/CoreData": [
31         ],
32         "RestKit/ObjectMapping": [
34         ],
35         "RestKit/UI": [
37         ]
38       }
39     },
40     {
41       "name": "XML",
42       "dependencies": {
43         "RestKit/Network": [
45         ],
46         "RestKit/ObjectMapping/XML": [
48         ],
49         "RestKit/ObjectMapping/CoreData": [
51         ],
52         "RestKit/UI": [
54         ]
55       }
56     },
57     {
58       "name": "Network",
59       "source_files": [
60         "Code/Network",
61         "Code/Support"
62       ],
63       "ios": {
64         "frameworks": [
65           "CFNetwork",
66           "Security",
67           "MobileCoreServices",
68           "SystemConfiguration"
69         ]
70       },
71       "osx": {
72         "frameworks": [
73           "CoreServices",
74           "Security",
75           "SystemConfiguration"
76         ]
77       },
78       "dependencies": {
79         "LibComponentLogging-NSLog": [
80           ">= 1.0.4"
81         ],
82         "cocoa-oauth": [
84         ],
85         "FileMD5Hash": [
86           "0.0.1"
87         ],
88         "SOCKit": [
90         ]
91       }
92     },
93     {
94       "name": "UI",
95       "ios": {
96         "source_files": "Code/UI",
97         "frameworks": "QuartzCore"
98       },
99       "osx": {
100         "source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
101       }
102     },
103     {
104       "name": "ObjectMapping",
105       "dependencies": {
106         "ISO8601DateFormatter": [
107           ">= 0.6"
108         ],
109         "RestKit/Network": [
111         ]
112       },
113       "subspecs": [
114         {
115           "name": "Core",
116           "source_files": "Code/ObjectMapping/"
117         },
118         {
119           "name": "JSON",
120           "source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
121           "dependencies": {
122             "JSONKit": [
123               ">= 1.5pre"
124             ],
125             "RestKit/ObjectMapping/Core": [
127             ]
128           }
129         },
130         {
131           "name": "XML",
132           "source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
133           "libraries": "xml2",
134           "dependencies": {
135             "XMLReader": [
137             ],
138             "RestKit/ObjectMapping/Core": [
140             ]
141           }
142         },
143         {
144           "name": "CoreData",
145           "source_files": "Code/CoreData",
146           "frameworks": "CoreData",
147           "dependencies": {
148             "RestKit/ObjectMapping/Core": [
150             ]
151           }
152         }
153       ]
154     },
155     {
156       "name": "Testing",
157       "source_files": "Code/Testing"
158     }
159   ]