[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.22.0 / RestKit.podspec.json
blob90ff1769793cadc235cfceb0d0b2550e8cf5e808
2   "name": "RestKit",
3   "version": "0.22.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   "authors": {
7     "Blake Watters": "blakewatters@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/RestKit/RestKit.git",
11     "tag": "v0.22.0"
12   },
13   "license": "Apache License, Version 2.0",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "default_subspecs": [
20     "Core"
21   ],
22   "prefix_header_contents": "#ifdef COCOAPODS_POD_AVAILABLE_RestKit_CoreData\n    #import <CoreData/CoreData.h>\n#endif\n",
23   "header_mappings_dir": "Code",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "RestKit/ObjectMapping": [
30         ],
31         "RestKit/Network": [
33         ],
34         "RestKit/CoreData": [
36         ]
37       }
38     },
39     {
40       "name": "ObjectMapping",
41       "source_files": [
42         "Code/ObjectMapping.h",
43         "Code/ObjectMapping"
44       ],
45       "dependencies": {
46         "RestKit/Support": [
48         ],
49         "RKValueTransformers": [
50           "~> 1.0.1"
51         ],
52         "ISO8601DateFormatterValueTransformer": [
53           "~> 0.5.0"
54         ]
55       }
56     },
57     {
58       "name": "Network",
59       "source_files": [
60         "Code/Network.h",
61         "Code/Network"
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         "SOCKit": [
81         ],
82         "AFNetworking": [
83           "~> 1.3.0"
84         ],
85         "RestKit/ObjectMapping": [
87         ],
88         "RestKit/Support": [
90         ]
91       },
92       "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"
93     },
94     {
95       "name": "CoreData",
96       "source_files": [
97         "Code/CoreData.h",
98         "Code/CoreData"
99       ],
100       "frameworks": "CoreData"
101     },
102     {
103       "name": "Testing",
104       "source_files": [
105         "Code/Testing.h",
106         "Code/Testing"
107       ],
108       "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"
109     },
110     {
111       "name": "Search",
112       "source_files": [
113         "Code/Search.h",
114         "Code/Search"
115       ],
116       "dependencies": {
117         "RestKit/CoreData": [
119         ]
120       }
121     },
122     {
123       "name": "Support",
124       "source_files": [
125         "Code/RestKit.h",
126         "Code/Support.h",
127         "Code/Support",
128         "Vendor/LibComponentLogging/Core",
129         "Vendor/LibComponentLogging/NSLog"
130       ],
131       "dependencies": {
132         "TransitionKit": [
133           "2.0.0"
134         ]
135       }
136     }
137   ]