blob: 98bb642f1e7890b5421cd2d111767364a65cfe92 [file] [log] [blame]
{
"name": "GYKit",
"version": "1.9.4",
"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.9.4",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/GYKit.h",
"source_files": "Pod/GYKit.h",
"frameworks": "UIKit",
"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": [
]
}
},
{
"name": "Runtime",
"source_files": "Pod/Runtime/**/*.{h,m}",
"public_header_files": "Pod/Runtime/**/*.{h}",
"dependencies": {
"Aspects": [
]
}
},
{
"name": "UI",
"source_files": "Pod/UI/**/*.{h,m}",
"public_header_files": "Pod/UI/**/*.{h}",
"resources": "Pod/UI/**/*.{png,xib,nib}",
"dependencies": {
"SDWebImage": [
],
"MWPhotoBrowser": [
]
}
}
]
}