[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 1 / 5 / SYTSPublic / 1.0.0 / SYTSPublic.podspec.json
blob33596c21bf2693695ec87ae68fdb6c1872318a08
2   "name": "SYTSPublic",
3   "version": "1.0.0",
4   "summary": "项目中经常用到的时间和字符串的封装,方便重复使用",
5   "description": "方便多个项目使用时,提高可重复性,而且方便以后有任何修改的话去可以直接通过pod更新版本,不用每个都去修改",
6   "homepage": "https://github.com/fengxueSY/SYTSPublic.git",
7   "license": "MIT",
8   "authors": {
9     "fengxueSY": "xyz123003@126.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/fengxueSY/SYTSPublic.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "SYTimeAndStringPublic/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true