[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.20.0-rc1 / RestKit.podspec.json
blob88a42e2ab4b3f5fb888b931b8dbfce524e41317e
2   "name": "RestKit",
3   "version": "0.20.0-rc1",
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.0-rc1"
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.1.0"
74         ],
75         "RestKit/ObjectMapping": [
77         ],
78         "RestKit/Support": [
80         ]
81       }
82     },
83     {
84       "name": "CoreData",
85       "header_dir": "RestKit/CoreData",
86       "source_files": "Code/CoreData",
87       "frameworks": "CoreData"
88     },
89     {
90       "name": "Testing",
91       "header_dir": "RestKit/Testing",
92       "source_files": "Code/Testing"
93     },
94     {
95       "name": "Search",
96       "header_dir": "RestKit/Search",
97       "source_files": "Code/Search",
98       "dependencies": {
99         "RestKit/CoreData": [
101         ]
102       }
103     },
104     {
105       "name": "Support",
106       "header_dir": "RestKit/Support",
107       "source_files": "Code/Support"
108     }
109   ]