blob: 3db3c7eb9257dee4d3c64969f6d87825c6a5e0ad [file] [log] [blame]
{
"name": "RestKit-InExtensions",
"version": "0.1.3",
"license": "MIT",
"summary": "Helpers to use RestKit with less code.",
"homepage": "https://github.com/hernangonzalez/RestKit-InExtensions",
"authors": {
"Hernan Gonzalez": "hernan.gonzalez@indeba.com"
},
"source": {
"git": "https://github.com/hernangonzalez/RestKit-InExtensions.git",
"tag": "v0.1.3"
},
"source_files": "RestkitExtensions/InExtensions/*",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"RestKit": [
"~> 0.22.0"
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"prefix_header_contents": [
"#import <MobileCoreServices/MobileCoreServices.h>",
"#import <Security/Security.h>",
"#import <SystemConfiguration/SystemConfiguration.h>"
]
}