blob: cbd0cf08d01df2e3ba5a0b05d940d7abbc37f452 [file] [log] [blame]
{
"name": "BPKit",
"version": "0.0.1",
"summary": "A library of boilerplate actions for use in conjunction with NSBoilerplate.com templates.",
"homepage": "https://github.com/NSBoilerplate/BPKit",
"authors": {
"Jeffrey Sambells": "bpkit@nsboilerplate.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/NSBoilerplate/BPKit.git",
"tag": "0.0.1"
},
"source_files": "Classes/ios/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": false
}