blob: 281f12075dfc3e4f3fe4d296dfa6f569da432b78 [file] [log] [blame]
{
"name": "AFIncrementalStore",
"version": "0.4.0",
"summary": "Core Data Persistence with AFNetworking, Done Right.",
"homepage": "https://github.com/AFNetworking/AFIncrementalStore",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"license": "MIT",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/AFNetworking/AFIncrementalStore.git",
"tag": "0.4.0"
},
"source_files": "AFIncrementalStore/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 0.10.0"
],
"InflectorKit": [
],
"TransformerKit": [
]
}
}