blob: dde7486f2195938118a00e1093fe71bfc582dc4d [file] [log] [blame]
{
"name": "IIBLL",
"version": "0.2.5",
"summary": "IIIBLL - INTERFASE & PROTOCOL",
"description": "IIIBLL:\n存储了所有业务模块的解耦接口\n引入了BeeHive\nIIIBLL - INTERFASE & PROTOCOL",
"homepage": "https://github.com/hatjs880328s/IIBLL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hatjs880328s": "shanwzh@inspur.com"
},
"source": {
"git": "https://github.com/hatjs880328s/IIBLL.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "BeeHive",
"source_files": "IIBLL/Classes/BeeHive/*.{h,m}",
"resources": "IIBLL/Classes/BeeHive/BeeHive.bundle"
},
{
"name": "IBLL",
"dependencies": {
"IIBLL/BeeHive": [
]
},
"source_files": "IIBLL/Classes/IBLL/**/*"
}
]
}