blob: 9d3bc07e5914cf021921cf786d52577c319ed068 [file] [log] [blame]
{
"name": "SYUtil",
"version": "0.0.1",
"summary": "util",
"description": " A longer description of SYUtil in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/siyuli/SYUtil",
"license": "MIT",
"authors": {
"siyuli": "email@address.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/siyuli/SYUtil.git",
"tag": "0.0.1"
},
"source_files": "syutil/syutil/*.{h,m,mm,cpp}",
"exclude_files": "Classes/Exclude",
"public_header_files": "syutil/syutil/*.h"
}