blob: dbf1ba904bbad36513301befa6a99e9ee781c8b9 [file] [log] [blame]
{
"name": "GYKit",
"version": "1.2.9",
"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.2.9",
"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}"
},
{
"name": "Runtime",
"source_files": "Pod/Classes/Runtime/**/*",
"public_header_files": "Pod/Classes/Runtime/**/*.{h}"
}
]
}