blob: e82cda4791341c60851e86ba562b8706690af6bc [file] [log] [blame]
{
"name": "BeeHive",
"version": "1.4.1",
"summary": "BeeHive is a kind of modular programming method",
"description": "Developer can use BeeHive make iOS programming easier",
"homepage": "https://github.com/alibaba/BeeHive/",
"license": "GPL",
"platforms": {
"ios": "7.0"
},
"authors": {
"soxeon": "dpsopower@gmail.com"
},
"source": {
"git": "https://github.com/alibaba/BeeHive.git",
"tag": "1.4.1"
},
"source_files": "BeeHive/*.{h,m}",
"resources": "BeeHive/*.bundle",
"frameworks": [
"QuartzCore",
"UIKit"
]
}