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