blob: 3a843a7989189487400c97ad92eb8e1ab0ae0aae [file] [log] [blame]
{
"name": "TOMSCoreDataManager",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/TomKnig",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"dependencies": {
"AFIncrementalStore": [
]
}
}