blob: e584042a6c30a4e5c5d072537f9fac32294de8c5 [file] [log] [blame]
{
"name": "DerpKit",
"version": "0.0.2",
"summary": "DerpKit is a set of categories and classes that should've been included in Cocoa Touch.",
"homepage": "http://github.com/amazingsyco/DerpKit",
"license": {
"type": "MIT",
"text": "See LICENSE for full license info"
},
"authors": {
"Steve Streza": "stevestreza@gmail.com"
},
"source": {
"git": "https://github.com/amazingsyco/DerpKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"source_files": [
"DerpKit",
"DerpKit/**/*.{h,m}"
],
"public_header_files": "DerpKit/**/*.h",
"requires_arc": true
}