blob: 7bdb5123141defd3b0561ff886e78bae2d021277 [file] [log] [blame]
{
"name": "AFIncrementalStore",
"version": "0.5.1",
"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.5.1"
},
"source_files": "AFIncrementalStore/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"InflectorKit": [
],
"TransformerKit": [
]
}
}