blob: a93df4392b4217f976322febc81834a3d39fc21b [file] [log] [blame]
{
"name": "GKKit",
"version": "0.0.5",
"summary": "A Sample framework.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/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.0.5"
},
"source_files": "GKKit/**/*",
"resources": "GKKit/GKResource.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary"
]
}