blob: 5bb5069b21e4f779509297e8d25c1952ac683e4a [file] [log] [blame]
{
"name": "GYKit",
"version": "1.6.0",
"summary": "Only use in GY_iOS Project.",
"homepage": "http://www.gyist.com",
"license": "MIT",
"authors": {
"zhangqy": "zhangqy@gyist.com"
},
"source": {
"git": "http://git.gyist.com/ios/GYKit.git",
"tag": "1.6.0",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/GYKit.h",
"source_files": "Pod/GYKit.h",
"frameworks": "UIKit",
"resources": "Pod/**/*.{png,xib,nib}",
"subspecs": [
{
"name": "Category",
"source_files": "Pod/Category/**/*.{h,m}",
"public_header_files": "Pod/Category/**/*.{h}",
"dependencies": {
"GYKit/Network": [
],
"JSONModel": [
]
}
},
{
"name": "Network",
"source_files": "Pod/Network/**/*.{h,m}",
"public_header_files": "Pod/Network/**/*.{h}",
"dependencies": {
"AFNetworking": [
],
"GYKit/Log": [
]
}
},
{
"name": "Runtime",
"source_files": "Pod/Runtime/**/*.{h,m}",
"public_header_files": "Pod/Runtime/**/*.{h}",
"dependencies": {
"Aspects": [
],
"GYKit/Log": [
]
}
},
{
"name": "Log",
"source_files": "Pod/Log/**/*.{h,m}",
"public_header_files": "Pod/Log/**/*.{h}",
"dependencies": {
"CocoaLumberjack": [
"~>1.9.2"
]
}
},
{
"name": "UI",
"source_files": "Pod/UI/**/*.{h,m}",
"public_header_files": "Pod/UI/**/*.{h}"
}
]
}