[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.27.0 / RestKit.podspec.json
blob60da27a4867968c638918ffd5c56c69242411b8a
2   "name": "RestKit",
3   "version": "0.27.0",
4   "summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
5   "homepage": "https://github.com/RestKit/RestKit",
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.27.0"
13   },
14   "license": "Apache License, Version 2.0",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "RestKit/ObjectMapping": [
27         ],
28         "RestKit/Network": [
30         ],
31         "RestKit/CoreData": [
33         ]
34       }
35     },
36     {
37       "name": "ObjectMapping",
38       "source_files": [
39         "Code/ObjectMapping.h",
40         "Code/ObjectMapping/**/*"
41       ],
42       "dependencies": {
43         "RestKit/Support": [
45         ],
46         "RKValueTransformers": [
47           "~> 1.1.0"
48         ],
49         "ISO8601DateFormatterValueTransformer": [
50           "~> 0.6.1"
51         ]
52       }
53     },
54     {
55       "name": "Network",
56       "source_files": [
57         "Code/Network.h",
58         "Code/Network/**/*"
59       ],
60       "ios": {
61         "frameworks": [
62           "CFNetwork",
63           "Security",
64           "MobileCoreServices",
65           "SystemConfiguration"
66         ]
67       },
68       "osx": {
69         "frameworks": [
70           "CoreServices",
71           "Security",
72           "SystemConfiguration"
73         ]
74       },
75       "dependencies": {
76         "SOCKit": [
78         ],
79         "RestKit/ObjectMapping": [
81         ],
82         "RestKit/Support": [
84         ]
85       }
86     },
87     {
88       "name": "CoreData",
89       "source_files": [
90         "Code/CoreData.h",
91         "Code/CoreData/**/*"
92       ],
93       "frameworks": "CoreData",
94       "dependencies": {
95         "RestKit/ObjectMapping": [
97         ]
98       }
99     },
100     {
101       "name": "Testing",
102       "source_files": [
103         "Code/Testing.h",
104         "Code/Testing"
105       ],
106       "dependencies": {
107         "RestKit/Network": [
109         ]
110       }
111     },
112     {
113       "name": "Search",
114       "source_files": [
115         "Code/Search.h",
116         "Code/Search"
117       ],
118       "dependencies": {
119         "RestKit/CoreData": [
121         ]
122       }
123     },
124     {
125       "name": "Support",
126       "source_files": [
127         "Code/RestKit.h",
128         "Code/Support.h",
129         "Code/Support"
130       ],
131       "dependencies": {
132         "TransitionKit": [
133           "~> 2.2"
134         ]
135       }
136     },
137     {
138       "name": "CocoaLumberjack",
139       "source_files": "Code/CocoaLumberjack/RKLumberjackLogger.*",
140       "dependencies": {
141         "CocoaLumberjack": [
143         ],
144         "RestKit/Support": [
146         ]
147       }
148     }
149   ]