[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.20.3 / RestKit.podspec.json
blob00ca239c959cc4a2c43e5fdb50036a5d9504659b
2   "name": "RestKit",
3   "version": "0.20.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.20.3"
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 __OBJC__\n#import <CoreData/CoreData.h>\n#endif /* __OBJC__*/\n",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Code/*.h",
28         "Vendor/LibComponentLogging/Core",
29         "Vendor/LibComponentLogging/NSLog"
30       ],
31       "header_dir": "RestKit",
32       "dependencies": {
33         "RestKit/ObjectMapping": [
35         ],
36         "RestKit/Network": [
38         ],
39         "RestKit/CoreData": [
41         ]
42       }
43     },
44     {
45       "name": "ObjectMapping",
46       "header_dir": "RestKit/ObjectMapping",
47       "source_files": "Code/ObjectMapping"
48     },
49     {
50       "name": "Network",
51       "header_dir": "RestKit/Network",
52       "source_files": "Code/Network",
53       "ios": {
54         "frameworks": [
55           "CFNetwork",
56           "Security",
57           "MobileCoreServices",
58           "SystemConfiguration"
59         ]
60       },
61       "osx": {
62         "frameworks": [
63           "CoreServices",
64           "Security",
65           "SystemConfiguration"
66         ]
67       },
68       "dependencies": {
69         "SOCKit": [
71         ],
72         "AFNetworking": [
73           "~> 1.3.0"
74         ],
75         "RestKit/ObjectMapping": [
77         ],
78         "RestKit/Support": [
80         ]
81       },
82       "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"
83     },
84     {
85       "name": "CoreData",
86       "header_dir": "RestKit/CoreData",
87       "source_files": "Code/CoreData",
88       "frameworks": "CoreData"
89     },
90     {
91       "name": "Testing",
92       "header_dir": "RestKit/Testing",
93       "source_files": "Code/Testing"
94     },
95     {
96       "name": "Search",
97       "header_dir": "RestKit/Search",
98       "source_files": "Code/Search",
99       "dependencies": {
100         "RestKit/CoreData": [
102         ]
103       }
104     },
105     {
106       "name": "Support",
107       "header_dir": "RestKit/Support",
108       "source_files": "Code/Support",
109       "dependencies": {
110         "TransitionKit": [
111           "1.1.1"
112         ]
113       }
114     }
115   ]