[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 9 / e / 7 / RestKit-InExtensions / 0.1.1 / RestKit-InExtensions.podspec.json
blob16c3dba36742a3c3e8bcc651fc15d49d27174456
2   "name": "RestKit-InExtensions",
3   "version": "0.1.1",
4   "license": "MIT",
5   "summary": "Helpers to use RestKit with less code.",
6   "homepage": "https://github.com/hernangonzalez/RestKit-InExtensions",
7   "authors": {
8     "Hernan Gonzalez": "hernan.gonzalez@indeba.com"
9   },
10   "source": {
11     "git": "https://github.com/hernangonzalez/RestKit-InExtensions.git",
12     "tag": "v0.1.1"
13   },
14   "source_files": "RestkitExtensions/InExtensions/*",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "dependencies": {
20     "RestKit": [
21       "~> 0.22.0"
22     ]
23   },
24   "ios": {
25     "frameworks": [
26       "MobileCoreServices",
27       "SystemConfiguration"
28     ]
29   },
30   "prefix_header_contents": [
31     "#import <MobileCoreServices/MobileCoreServices.h>",
32     "#import <Security/Security.h>",
33     "#import <SystemConfiguration/SystemConfiguration.h>"
34   ]