blob: fa7b0e53124f2010977b82c09aee48ea882319d5 [file] [log] [blame]
{
"name": "CRBoilerplate",
"version": "0.1.4",
"summary": "A library of my boilerplate code for iOS.",
"description": "\tCode I'd rather not rewrite a thousand times.\n",
"homepage": "https://github.com/yaakov-h/CRBoilerplate",
"license": "BSD",
"authors": "Yaakov",
"source": {
"git": "https://github.com/yaakov-h/CRBoilerplate.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"CRBoilerplate/**/*.{h,m,c}"
],
"public_header_files": "CRBoilerplate/**/{CR,UI,NS}*.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}