blob: 412275f65be84180e8ef734825d54fb1da297458 [file] [log] [blame]
{
"name": "GKKit",
"version": "0.0.7",
"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.0.7"
},
"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": "Base",
"source_files": "GKKit/**/*.{h,m}"
},
{
"name": "Model",
"source_files": "GKKit/**/*.{h,m}"
},
{
"name": "Utils",
"source_files": "GKKit/**/*.{h,m}"
},
{
"name": "View",
"source_files": "GKKit/**/*.{h,m}"
},
{
"name": "ThirdPart",
"source_files": "GKKit/**/*.{h,m}",
"resources": "GKKit/ThirdPart/MJRefresh/MJRefresh.bundle"
}
]
}