blob: 3e64e47278832ac3509aa0fa954c5913342d412f [file] [log] [blame]
{
"name": "CoreDataFullStack",
"version": "0.2.0",
"summary": "A static library project that simplifies Core Data.",
"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.2.0",
"branch": "master"
},
"source_files": "CoreDataFullStack-iOS/**/*.{h,m}",
"public_header_files": "CoreDataFullStack-iOS/**/*.{h}",
"requires_arc": true
}