blob: 7b051e37806aaeedd53a188711093ee141e1c150 [file] [log] [blame]
{
"name": "CYBaseOC",
"version": "0.1.22",
"summary": "基础类",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/specialc/CYBaseOC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"787984594@qq.com": "2248895786@qq.com"
},
"source": {
"git": "https://github.com/specialc/CYBaseOC.git",
"tag": "0.1.22"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CYBaseOC/Classes/**/*",
"resource_bundles": {
"CYBaseOC": [
"CYBaseOC/Assets/*.png"
]
},
"prefix_header_contents": "#ifdef __OBJC__\n#import \"CY_Lib.h\" //CY_Lib包含了所有头文件\n#endif",
"dependencies": {
"JSONModel": [
"~> 1.8.0"
],
"Masonry": [
],
"MJRefresh": [
],
"SDWebImage": [
"~> 5.0"
],
"YYImage": [
],
"YYText": [
"~> 1.0.7"
],
"AFNetworking": [
"~> 3.2.1"
],
"HMSegmentedControl": [
"~> 1.5.5"
],
"NJKWebViewProgress": [
"~> 0.2.3"
],
"YBImageBrowser": [
"~> 2.2.0"
],
"SVGAPlayer": [
"~> 2.1.3"
],
"GCDWebServer": [
"~> 3.4.2"
]
}
}