blob: 58e2b988f699a3a96c3135f6408a9675439ab6ad [file] [log] [blame]
{
"name": "CYUtils",
"version": "0.0.8",
"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"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ZaiChenXu/CYUtils.git",
"tag": "0.0.8"
},
"source_files": [
"CYUtils",
"CYUtils/**/*.{h, m}"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"CYUtils": [
"Assets/**/{gif, jpg, png}"
]
},
"public_header_files": "CYUtils/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}