blob: 515d80447e6647fd739964c135fb13c17a3a6d9c [file] [log] [blame]
{
"name": "SCKit",
"version": "0.1",
"license": "BSD",
"summary": "A simple, unfocused Objective-C library.",
"homepage": "https://github.com/mpurland/SCKit",
"authors": {
"Sebiastian Celis": "sebastian@sebastiancelis.com"
},
"source": {
"git": "https://github.com/mpurland/SCKit.git",
"tag": "0.1"
},
"description": "SCKit is a simple, unfocused Objective-C library. It is designed to contain useful code for both iOS and OS X projects. Currently, it has a definite iOS bias, but that may change in the future.",
"platforms": {
"ios": null
},
"source_files": [
"iOS/**/*.{h,m}",
"Common/**/*.{h,m}"
],
"requires_arc": false
}