[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / c / CooKit / 1.0 / CooKit.podspec.json
bloba7a40edd5a640673ed16c8897eaa2df07481ab3b
2   "name": "CooKit",
3   "version": "1.0",
4   "summary": "iOS开发中经常会用到的一些工具",
5   "description": "iOS开发中,有很多功能是必备的,例如获取系统权限(相机、定位等)。我把这些功能的实现做成了一个工具集,方便以后使用。",
6   "homepage": "https://github.com/tstyllr/CooKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "杨志聪": "770633567@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/tstyllr/CooKit.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CooKit/Classes/**/*"