[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / b / 0 / RestKit / 0.20.0-pre6 / RestKit.podspec.json
blobec5b6acc5082c19fdfb2cf047f838eb3eebf5734
2   "name": "RestKit",
3   "version": "0.20.0-pre6",
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-pre6"
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   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Code/*.h",
27         "Vendor/LibComponentLogging/Core",
28         "Vendor/LibComponentLogging/NSLog"
29       ],
30       "header_dir": "RestKit",
31       "dependencies": {
32         "RestKit/ObjectMapping": [
34         ],
35         "RestKit/Network": [
37         ],
38         "RestKit/CoreData": [
40         ]
41       }
42     },
43     {
44       "name": "ObjectMapping",
45       "header_dir": "RestKit/ObjectMapping",
46       "source_files": "Code/ObjectMapping"
47     },
48     {
49       "name": "Network",
50       "header_dir": "RestKit/Network",
51       "source_files": "Code/Network",
52       "ios": {
53         "frameworks": [
54           "CFNetwork",
55           "Security",
56           "MobileCoreServices",
57           "SystemConfiguration"
58         ]
59       },
60       "osx": {
61         "frameworks": [
62           "CoreServices",
63           "Security",
64           "SystemConfiguration"
65         ]
66       },
67       "dependencies": {
68         "SOCKit": [
70         ],
71         "AFNetworking": [
72           "1.1.0"
73         ],
74         "RestKit/ObjectMapping": [
76         ],
77         "RestKit/Support": [
79         ]
80       }
81     },
82     {
83       "name": "CoreData",
84       "header_dir": "RestKit/CoreData",
85       "source_files": "Code/CoreData",
86       "frameworks": "CoreData"
87     },
88     {
89       "name": "Testing",
90       "header_dir": "RestKit/Testing",
91       "source_files": "Code/Testing"
92     },
93     {
94       "name": "Search",
95       "header_dir": "RestKit/Search",
96       "source_files": "Code/Search",
97       "dependencies": {
98         "RestKit/CoreData": [
100         ]
101       }
102     },
103     {
104       "name": "Support",
105       "header_dir": "RestKit/Support",
106       "source_files": "Code/Support"
107     }
108   ]