blob: 2a29c4b1e5e3b1ff0d8dd4f11f662972588ce0b1 [file] [log] [blame]
{
"name": "TOMSCoreDataManager",
"version": "0.1.0",
"summary": "TOMSCoreDataManager simplifies persistency with CoreData and an optional REST backend.",
"homepage": "https://github.com/TomKnig/TOMSCoreDataManager",
"license": "MIT",
"authors": {
"TomKnig": "hi@tomknig.de"
},
"source": {
"git": "https://github.com/TomKnig/TOMSCoreDataManager.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/TomKnig",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"dependencies": {
"AFIncrementalStore": [
]
}
}