blob: c9edfdf90cd5691f9c1eff9b9d2bda4d7761bf2e [file] [log] [blame]
{
"name": "DerpKit",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"source_files": [
"DerpKit",
"DerpKit/**/*.{h,m}"
],
"public_header_files": "DerpKit/**/*.h",
"requires_arc": true
}