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