[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.23.1 / RestKit.podspec.json
blobf22e724f38f824bff5d47ed25b0c6b623e56442c
2   "name": "RestKit",
3   "version": "0.23.1",
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.23.1"
13   },
14   "license": "Apache License, Version 2.0",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "default_subspecs": [
21     "Core"
22   ],
23   "prefix_header_contents": "#ifdef COCOAPODS_POD_AVAILABLE_RestKit_CoreData\n    #import <CoreData/CoreData.h>\n#endif\n",
24   "header_mappings_dir": "Code",
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "RestKit/ObjectMapping": [
31         ],
32         "RestKit/Network": [
34         ],
35         "RestKit/CoreData": [
37         ]
38       }
39     },
40     {
41       "name": "ObjectMapping",
42       "source_files": [
43         "Code/ObjectMapping.h",
44         "Code/ObjectMapping"
45       ],
46       "dependencies": {
47         "RestKit/Support": [
49         ],
50         "RKValueTransformers": [
51           "~> 1.1.0"
52         ],
53         "ISO8601DateFormatterValueTransformer": [
54           "~> 0.6.0"
55         ]
56       }
57     },
58     {
59       "name": "Network",
60       "source_files": [
61         "Code/Network.h",
62         "Code/Network"
63       ],
64       "ios": {
65         "frameworks": [
66           "CFNetwork",
67           "Security",
68           "MobileCoreServices",
69           "SystemConfiguration"
70         ]
71       },
72       "osx": {
73         "frameworks": [
74           "CoreServices",
75           "Security",
76           "SystemConfiguration"
77         ]
78       },
79       "dependencies": {
80         "SOCKit": [
82         ],
83         "AFNetworking": [
84           "~> 1.3.0"
85         ],
86         "RestKit/ObjectMapping": [
88         ],
89         "RestKit/Support": [
91         ]
92       },
93       "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"
94     },
95     {
96       "name": "CoreData",
97       "source_files": [
98         "Code/CoreData.h",
99         "Code/CoreData"
100       ],
101       "frameworks": "CoreData",
102       "dependencies": {
103         "RestKit/ObjectMapping": [
105         ]
106       }
107     },
108     {
109       "name": "Testing",
110       "source_files": [
111         "Code/Testing.h",
112         "Code/Testing"
113       ],
114       "dependencies": {
115         "RestKit/Network": [
117         ]
118       },
119       "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"
120     },
121     {
122       "name": "Search",
123       "source_files": [
124         "Code/Search.h",
125         "Code/Search"
126       ],
127       "dependencies": {
128         "RestKit/CoreData": [
130         ]
131       }
132     },
133     {
134       "name": "Support",
135       "source_files": [
136         "Code/RestKit.h",
137         "Code/Support.h",
138         "Code/Support",
139         "Vendor/LibComponentLogging/Core",
140         "Vendor/LibComponentLogging/NSLog"
141       ],
142       "dependencies": {
143         "TransitionKit": [
144           "2.1.0"
145         ]
146       }
147     }
148   ]