blob: 3a96bf8136020584a220a20139aaa411e2e63675 [file] [log] [blame]
{
"name": "KRKit",
"version": "0.0.1",
"summary": "Useful utilities/categories",
"description": "An assortment of categories to make life easier.\n",
"homepage": "https://github.com/kylerobson/KRKit",
"license": "MIT",
"requires_arc": true,
"authors": {
"Kyle Robson": "kyledr@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kylerobson/KRKit.git",
"tag": "0.0.1"
},
"source_files": "KRKit/*.{h,m}",
"exclude_files": "KRKit.xcodeproj/**",
"dependencies": {
"GRMustache": [
]
}
}