blob: 266b92ab8c07f633cc343b138022664821f21257 [file] [log] [blame]
{
"name": "CoreDataFullStack",
"version": "0.3.3",
"summary": "Easiest way to build a Core Data full stack. With Table and Collection View FRC. With easy Deletion, Retrieve and Count.",
"homepage": "https://github.com/GabrielMassana",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Massana": "gabrielmassana@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GabrielMassana/CoreDataFullStack-iOS.git",
"tag": "0.3.3",
"branch": "master"
},
"source_files": "CoreDataFullStack-iOS/**/*.{h,m}",
"public_header_files": "CoreDataFullStack-iOS/**/*.{h}",
"requires_arc": true
}