blob: d42ea5eac388c8c6c402a5d7ccce23bd8156e4a4 [file] [log] [blame]
{
"name": "GKKit",
"version": "0.0.3",
"summary": "A Sample.so you can use it",
"description": "this is gk framework, use it for test your framework. we can use it as framework.",
"homepage": "https://github.com/wongstar/GKFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tao": "wongstar.iac@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wongstar/GKFramework.git",
"tag": "0.0.3"
},
"source_files": "GKKit/**/*",
"resources": "GKKit/GKResource.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary"
]
}