blob: 6d29645d3097c55855eb0b77f71ba2e9a1fd61e6 [file] [log] [blame]
{
"name": "CYHelper",
"version": "1.1.0",
"summary": "CYHelper is an Objective-C library for iOS developers.",
"homepage": "https://github.com/lancy/CYHelper",
"license": "MIT (LICENSE)",
"authors": {
"lancy": "lancy1014@gmail.com"
},
"source": {
"git": "https://github.com/lancy/CYHelper.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"CYHelper",
"CYHelper/**/*.{h,m}"
],
"exclude_files": "CYHelperDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}