blob: 152c481a8d27bb813ceb0ebcec0e6fb274c9495a [file] [log] [blame]
{
"name": "wetab",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"summary": "a iOS tabbar.",
"homepage": "https://github.com/i5ting/wetab",
"authors": {
"alfred sang": "shiren1118@126.com"
},
"source": {
"git": "https://github.com/i5ting/wetab.git",
"tag": "1.0.0"
},
"description": "wetab is a iOS tabbar component.\nwetab supports iOS.",
"source_files": "Wetab/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}