blob: 7236aa5d6e7e4f71a024d2cc1f01e24de3da43e8 [file] [log] [blame]
{
"name": "TOMSCoreDataManager",
"version": "0.1.2",
"summary": "Comfortable persistency with CoreData integrated views plus support for an optional RESTful 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.2"
},
"social_media_url": "https://twitter.com/TomKnig",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"dependencies": {
"AFIncrementalStore": [
]
}
}