blob: 7eae2bfdaf8f43d60641f67ba6c912b1495e3de0 [file] [log] [blame]
{
"name": "ResplendentRestkit",
"version": "0.1.0",
"summary": "A set of of tools to facilitate common Restkit usage.",
"homepage": "https://github.com/Resplendent/ResplendentRestkit",
"license": "MIT",
"authors": {
"Richard Reitzfeld": "richie.reitzfeld@gmail.com"
},
"source": {
"git": "https://github.com/Resplendent/ResplendentRestkit.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"prefix_header_contents": [
"#import <CoreData.h>",
"#import <SystemConfiguration/SystemConfiguration.h>",
"#import <MobileCoreServices/MobileCoreServices.h>"
],
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ResplendentRestkit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.2"
],
"RestKit": [
"~> 0.24"
]
}
}