[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.24.0 / RestKit.podspec.json
blob49efecbbce40b8848156306a129f44eb13572ca0
2   "name": "RestKit",
3   "version": "0.24.0",
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   "social_media_url": "https://twitter.com/RestKit",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/RestKit/RestKit.git",
12     "tag": "v0.24.0"
13   },
14   "license": "Apache License, Version 2.0",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.1.1",
18     "osx": "10.7"
19   },
20   "default_subspecs": "Core",
21   "prefix_header_contents": "#ifdef COCOAPODS_POD_AVAILABLE_RestKit_CoreData\n    #import <CoreData/CoreData.h>\n#endif\n",
22   "header_mappings_dir": "Code",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "RestKit/ObjectMapping": [
29         ],
30         "RestKit/Network": [
32         ],
33         "RestKit/CoreData": [
35         ]
36       }
37     },
38     {
39       "name": "ObjectMapping",
40       "source_files": [
41         "Code/ObjectMapping.h",
42         "Code/ObjectMapping"
43       ],
44       "dependencies": {
45         "RestKit/Support": [
47         ],
48         "RKValueTransformers": [
49           "~> 1.1.0"
50         ],
51         "ISO8601DateFormatterValueTransformer": [
52           "~> 0.6.0"
53         ]
54       }
55     },
56     {
57       "name": "Network",
58       "source_files": [
59         "Code/Network.h",
60         "Code/Network"
61       ],
62       "ios": {
63         "frameworks": [
64           "CFNetwork",
65           "Security",
66           "MobileCoreServices",
67           "SystemConfiguration"
68         ]
69       },
70       "osx": {
71         "frameworks": [
72           "CoreServices",
73           "Security",
74           "SystemConfiguration"
75         ]
76       },
77       "dependencies": {
78         "SOCKit": [
80         ],
81         "AFNetworking": [
82           "~> 1.3.0"
83         ],
84         "RestKit/ObjectMapping": [
86         ],
87         "RestKit/Support": [
89         ]
90       },
91       "prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n"
92     },
93     {
94       "name": "CoreData",
95       "source_files": [
96         "Code/CoreData.h",
97         "Code/CoreData"
98       ],
99       "frameworks": "CoreData",
100       "dependencies": {
101         "RestKit/ObjectMapping": [
103         ]
104       }
105     },
106     {
107       "name": "Testing",
108       "source_files": [
109         "Code/Testing.h",
110         "Code/Testing"
111       ],
112       "dependencies": {
113         "RestKit/Network": [
115         ]
116       },
117       "prefix_header_contents": "#import <Availability.h>\n\n#define _AFNETWORKING_PIN_SSL_CERTIFICATES_\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n"
118     },
119     {
120       "name": "Search",
121       "source_files": [
122         "Code/Search.h",
123         "Code/Search"
124       ],
125       "dependencies": {
126         "RestKit/CoreData": [
128         ]
129       }
130     },
131     {
132       "name": "Support",
133       "source_files": [
134         "Code/RestKit.h",
135         "Code/Support.h",
136         "Code/Support",
137         "Vendor/LibComponentLogging/Core"
138       ],
139       "dependencies": {
140         "TransitionKit": [
141           "2.1.0"
142         ]
143       }
144     }
145   ]