blob: 02ffb8396798dc837eb85a9b442fd48ca75630a2 [file] [log] [blame]
{
"name": "tootkit",
"version": "0.0.3",
"summary": "A short description of tootkit.",
"description": "我的自定义库,目前是测试版,里面啥都没有!",
"homepage": "https://github.com/appledev201888/tootkit",
"license": "MIT",
"authors": {
"bigapple": "bigapple@uutaka.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/appledev201888/tootkit.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
]
}