| { |
| "name": "GCToolsKit", |
| "version": "0.0.3", |
| "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.3" |
| }, |
| "source_files": "GCKit/Utils/*", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "GCKit/Utils/Base/*" |
| }, |
| { |
| "name": "Graphics", |
| "dependencies": { |
| "GCToolsKit/Base": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Side", |
| "source_files": "GCKit/Utils/Graphics/Container/*.{h,m}" |
| }, |
| { |
| "name": "UIButton", |
| "source_files": "GCKit/Utils/Graphics/UIButton/*.{h,m}" |
| }, |
| { |
| "name": "UIView", |
| "source_files": "GCKit/Utils/Graphics/UIView/*.{h,m}" |
| } |
| ] |
| }, |
| { |
| "name": "Category", |
| "subspecs": [ |
| { |
| "name": "UITabbar", |
| "source_files": "GCKit/Utils/Category/UITabbar/*.{h,m}" |
| }, |
| { |
| "name": "NSString", |
| "source_files": "GCKit/Utils/Category/NSString/*.{h,m}" |
| }, |
| { |
| "name": "BackItem", |
| "source_files": "GCKit/Utils/Category/UIViewController/*.{h,m}" |
| } |
| ] |
| } |
| ] |
| } |