blob: 33596c21bf2693695ec87ae68fdb6c1872318a08 [file] [log] [blame]
{
"name": "SYTSPublic",
"version": "1.0.0",
"summary": "项目中经常用到的时间和字符串的封装,方便重复使用",
"description": "方便多个项目使用时,提高可重复性,而且方便以后有任何修改的话去可以直接通过pod更新版本,不用每个都去修改",
"homepage": "https://github.com/fengxueSY/SYTSPublic.git",
"license": "MIT",
"authors": {
"fengxueSY": "xyz123003@126.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/fengxueSY/SYTSPublic.git",
"tag": "1.0.0"
},
"source_files": "SYTimeAndStringPublic/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}