blob: 14d600c81f542b9082007b892ededfa5782d28e4 [file] [log] [blame]
{
"name": "CPWidgetKit",
"version": "1.0.0",
"summary": "CPWidgetKit has some widget.",
"description": "控件箱里面有许多实用的小控件。",
"homepage": "https://github.com/percycc/CPWidgetKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Percy Cheng": "percy.cheng@foxmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/percycc/CPWidgetKit.git",
"tag": "1.0.0"
},
"source_files": [
"CPWidgetKit",
"CPWidgetKit/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}