blob: 39d409f72102d386b3d2dba4d7e1c79c715a9c77 [file] [log] [blame]
{
"name": "GCToolsKit",
"version": "0.0.2",
"summary": "这是用来创建工程的UI库",
"description": "快速创建工程。提供UI创建的方法,主要包括侧边栏库,渐变 圆角按钮,渐变 圆角View,以及提供baseView 提供createSubviews 的父类方法。节省开发时间",
"homepage": "http://github.com/AlittleFly/GCKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaochao": "1176672158@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlittleFly/GCKit.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"GCKit/Utils/*/*.{h,m}"
],
"requires_arc": true
}