[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.20.0pre5 / RestKit.podspec.json
blob84312fc1075b25dbca3b08b1e546636a8e26372e
2   "name": "RestKit",
3   "version": "0.20.0pre5",
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     "branch": "development",
12     "tag": "v0.20.0-pre5"
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   "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.0.1"
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   ]