blob: cf2ca335af4714c321c961d7691dba3f3f3b073d [file] [log] [blame]
{
"name": "CoreDataStack",
"version": "1.0.1",
"summary": "CoreDataStack",
"homepage": "https://github.com/mr-noone/CoreDataStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Zgurskiy": "mr.noone@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mr-noone/CoreDataStack.git",
"tag": "1.0.1"
},
"source_files": "CoreDataStack/*.{h,m}",
"public_header_files": "CoreDataStack/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"macros_blocks": [
"~> 0.0.3"
]
}
}