blob: 3658be89036d77467c3b3555e93b93c12492dce5 [file] [log] [blame]
{
"name": "CoreDataFullStack",
"version": "0.3.4",
"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.4",
"branch": "master"
},
"source_files": "CoreDataFullStack-iOS/**/*.{h,m}",
"public_header_files": "CoreDataFullStack-iOS/**/*.{h}",
"requires_arc": true
}