| { |
| "name": "GKKit", |
| "version": "0.1.6", |
| "summary": "A Sample GKKit framework.so you can use it", |
| "description": "this is GKKit framework, use it for test your framework. we can use it as framework.", |
| "homepage": "https://github.com/wongstar/GKKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tao": "wongstar.iac@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/wongstar/GKKit.git", |
| "tag": "0.1.6" |
| }, |
| "source_files": "GKKit/GKKit.h", |
| "public_header_files": "GKKit/GKKit.h", |
| "resources": "GKKit/GKResource.bundle", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation", |
| "CoreText", |
| "CoreGraphics", |
| "CoreImage", |
| "QuartzCore", |
| "ImageIO", |
| "AssetsLibrary" |
| ], |
| "subspecs": [ |
| { |
| "name": "Classes", |
| "source_files": "GKKit/**/*.{h,m}" |
| }, |
| { |
| "name": "MJRefreshResource", |
| "resources": "GKKit/ThirdPart/MJRefresh/MJRefresh.bundle" |
| } |
| ] |
| } |