blob: ed272db4419ba44555b29109ac04a1f29ac9ef1f [file] [log] [blame]
{
"name": "CoreDataStack",
"version": "1.0.2",
"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.2"
},
"source_files": "CoreDataStack/*.{h,m}",
"public_header_files": "CoreDataStack/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"macros_blocks": [
"~> 0.0.3"
]
}
}