blob: 76a48b491a3eac5ca0812dd48f88d32c553f1794 [file] [log] [blame]
{
"name": "SSPersistenceController",
"version": "0.0.1",
"summary": "Core Data boiler plate code",
"description": " Core Data boiler plate code - todo\n",
"homepage": "https://github.com/ssuchanowski/SSPersistenceController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Suchanowski": "sebastian@synappse.pl"
},
"social_media_url": "http://twitter.com/ssuchanowski",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ssuchanowski/SSPersistenceController.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"KZAsserts": [
]
}
}