blob: 930b2cb7e1435144268ba5a2f10318df451b34c7 [file] [log] [blame]
{
"name": "GKKit",
"version": "0.0.2",
"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": {
"wongstar": "wongstar.iac@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wongstar/GKFramework.git",
"tag": "0.0.2"
},
"source_files": "GKKit/**/*",
"resources": "GKKit/GKResource.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary"
]
}