blob: a7a40edd5a640673ed16c8897eaa2df07481ab3b [file] [log] [blame]
{
"name": "CooKit",
"version": "1.0",
"summary": "iOS开发中经常会用到的一些工具",
"description": "iOS开发中,有很多功能是必备的,例如获取系统权限(相机、定位等)。我把这些功能的实现做成了一个工具集,方便以后使用。",
"homepage": "https://github.com/tstyllr/CooKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"杨志聪": "770633567@qq.com"
},
"source": {
"git": "https://github.com/tstyllr/CooKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CooKit/Classes/**/*"
}