blob: a0b3318a6266d4fa21ff88806cd6757059a0ea99 [file] [log] [blame]
{
"name": "GYKit",
"version": "1.1.3",
"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.1.3",
"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": [
]
},
"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}"
}
]
}