blob: cbded8e00dbd1e6f868507aad4f317bfd923183f [file] [log] [blame]
{
"name": "CYUtils",
"version": "0.0.7",
"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.7"
},
"source_files": [
"CYUtils",
"CYUtils/**/*.{h, m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"CYUtils/*.h",
"CYUtils/**/*.h"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}