blob: 651407b511fdbc3f14f910e2e7d378dceca9cf22 [file] [log] [blame]
{
"name": "GYKit",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GYKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"JSONModel": [
"~> 1.2.0"
]
}
}