blob: 14d002af3ba1ea191d308988a12bf47156dfe290 [file] [log] [blame]
{
"name": "BULibrary",
"version": "1.0.11",
"license": "MIT",
"summary": "1bu2bu iOS Base Library.",
"homepage": "https://github.com/1bu2bu/BULibrary",
"social_media_url": "http://www.1bu2bu.com",
"authors": {
"zhanghe": "445218870@qq.com"
},
"source": {
"git": "https://1bu2bu:3tianchen@github.com/1bu2bu/BULibrary.git",
"tag": "1.0.11",
"submodules": true
},
"requires_arc": true,
"source_files": "BULibrary/**/*.{m,h}",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJRefresh": [
"~> 3.1.15.3"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.2.3"
]
},
"subspecs": [
{
"name": "Macros",
"source_files": "BULibrary/Macros/Macros.h"
}
]
}