blob: dccd13524d849a94e9a5663c55f1a8acdd39b421 [file] [log] [blame]
{
"name": "BeeHive",
"version": "1.1.2",
"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.1.2"
},
"source_files": "BeeHive/*.{h,m}",
"resources": "BeeHive/*.bundle",
"frameworks": [
"QuartzCore",
"UIKit"
]
}