[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.10.0 / RestKit.podspec.json
blobf17a16edc88543a2cbc5efdcf5008df1bf6ec007
2   "name": "RestKit",
3   "version": "0.10.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.10.0"
12   },
13   "license": "Apache License, Version 2.0",
14   "source_files": "Code/RestKit.h",
15   "default_subspecs": [
16     "JSON"
17   ],
18   "requires_arc": false,
19   "subspecs": [
20     {
21       "name": "JSON",
22       "dependencies": {
23         "RestKit/Network": [
25         ],
26         "RestKit/ObjectMapping/JSON": [
28         ],
29         "RestKit/ObjectMapping/CoreData": [
31         ],
32         "RestKit/UI": [
34         ]
35       }
36     },
37     {
38       "name": "XML",
39       "dependencies": {
40         "RestKit/Network": [
42         ],
43         "RestKit/ObjectMapping/XML": [
45         ],
46         "RestKit/ObjectMapping/CoreData": [
48         ],
49         "RestKit/UI": [
51         ]
52       }
53     },
54     {
55       "name": "Network",
56       "source_files": [
57         "Code/Network",
58         "Code/Support"
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         "LibComponentLogging-NSLog": [
77           ">= 1.0.4"
78         ],
79         "cocoa-oauth": [
81         ],
82         "FileMD5Hash": [
84         ],
85         "SOCKit": [
87         ]
88       }
89     },
90     {
91       "name": "UI",
92       "ios": {
93         "source_files": "Code/UI",
94         "frameworks": "QuartzCore",
95         "dependencies": {
96           "UDTableView": [
98           ]
99         }
100       },
101       "osx": {
102         "source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
103       }
104     },
105     {
106       "name": "ObjectMapping",
107       "source_files": "Code/ObjectMapping",
108       "dependencies": {
109         "ISO8601DateFormatter": [
110           ">= 0.6"
111         ],
112         "RestKit/Network": [
114         ]
115       },
116       "subspecs": [
117         {
118           "name": "JSON",
119           "source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
120           "dependencies": {
121             "JSONKit": [
122               ">= 1.5pre"
123             ]
124           }
125         },
126         {
127           "name": "XML",
128           "source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
129           "libraries": "xml2",
130           "dependencies": {
131             "XMLReader": [
133             ]
134           }
135         },
136         {
137           "name": "CoreData",
138           "source_files": "Code/CoreData",
139           "frameworks": "CoreData"
140         }
141       ]
142     },
143     {
144       "name": "Testing",
145       "source_files": "Code/Testing"
146     }
147   ]