blob: 740336c49ca327335567d690fb8cb06dbe79d3a7 [file] [log] [blame]
{
"name": "bluebox",
"version": "1.0.4",
"summary": "蓝色盒子,bluebox,里面有常用的一些iOS代码",
"description": "bluebox 蓝色盒子 常用的一些iOS代码 code box",
"homepage": "https://github.com/biubiublue/bluebox.git",
"license": "MIT",
"authors": {
"biubiublue": "utopia.pro@aliyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/biubiublue/bluebox.git",
"tag": "1.0.4"
},
"source_files": [
"bluebox/blueboxlib/**/*.{h,m}",
"bluebox/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}