blob: 2d2b2f3087742ef5dcc85d3aa2c029699a2d681b [file] [log] [blame]
{
"name": "bluebox",
"version": "1.0.6",
"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.6"
},
"source_files": [
"bluebox/blueboxlib/**/*.{h,m}",
"bluebox/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}