blob: 5caa82129811fa239c2432bedec99fc29617048c [file] [log] [blame]
{
"name": "CYUtils",
"version": "0.0.4",
"summary": "description of CYUtils.",
"description": "DESCRIPTIONS\n*\n* 1 .this just for test\n* 2. but it is real usable\n*",
"homepage": "https://github.com/ZaiChenXu/CYUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZaiChenXu": "immediate658099@sina.cn"
},
"source": {
"git": "https://github.com/ZaiChenXu/CYUtils.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"CYUtils",
"CYUtils/**/*.{h, m}"
],
"exclude_files": "CYUtils/Exclude",
"resource_bundles": {
"CYUtils": [
"Assets/**/{gif, jpg, png}"
]
},
"public_header_files": "CYUtils/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}