blob: 1b1a4d8cc754592d74e0612e5b0ce0ac45fbb6c7 [file] [log] [blame]
{
"name": "GYKit",
"version": "1.5.1",
"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.5.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/GYKit.h",
"source_files": "Pod/Classes/GYKit.h",
"resource_bundles": {
"GYKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
],
"CocoaLumberjack": [
],
"Aspects": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "Pod/Classes/Category/**/*",
"public_header_files": "Pod/Classes/Category/**/*.{h}",
"dependencies": {
"GYKit/Network": [
]
}
},
{
"name": "Network",
"source_files": "Pod/Classes/Network/**/*",
"public_header_files": "Pod/Classes/Network/**/*.{h}",
"dependencies": {
"GYKit/Log": [
]
}
},
{
"name": "Runtime",
"source_files": "Pod/Classes/Runtime/**/*",
"public_header_files": "Pod/Classes/Runtime/**/*.{h}",
"dependencies": {
"GYKit/Log": [
]
}
},
{
"name": "Log",
"source_files": "Pod/Classes/Log/**/*",
"public_header_files": "Pod/Classes/Log/**/*.{h}"
}
]
}