blob: 177a1e09823bb91c4d6b09d1127ff148b079f6c9 [file] [log] [blame]
{
"name": "CocoaDeveloperKit",
"version": "0.0.1",
"summary": "CocoaDeveloperKit is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
"description": "'CocoaDeveloperKit' is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.\n",
"homepage": "https://github.com/miken01/CocoaDeveloperKit",
"license": "MIT",
"authors": {
"Mike Neill": "michael_neill@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/miken01/CocoaDeveloperKit.git",
"tag": "0.0.1"
},
"source_files": "CocoaDeveloperKit/CocoaDeveloperKit.h",
"requires_arc": true,
"public_header_files": "CocoaDeveloperKit/*.h",
"ios": {
"frameworks": [
"Security",
"CoreData",
"UIKit",
"Foundation"
]
}
}