blob: 519d004ed6516068d1e283a48b37555e79470d1f [file] [log] [blame]
{
"name": "CSKit",
"version": "1.1.0",
"summary": "An iOS Development Kit.",
"description": "CSKit is an iOS Development Kit.",
"homepage": "https://github.com/xinus/CSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xinus Wang": "xinus.wang@gmail.com"
},
"source": {
"git": "https://github.com/xinus/CSKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "CSKit/*.{h,m}",
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
],
"requires_arc": true
}