blob: 8cf020f49b8390cd372271cb1197a154d328a270 [file] [log] [blame]
{
"name": "HTagView",
"version": "1.0.0",
"summary": "A customized tag view sublassing UIScrollView",
"description": "A customized tag view sublassing UIScrollView where tag could be either with cancel button or multiseletable.",
"homepage": "https://github.com/popodidi/HTagView",
"license": "MIT",
"authors": {
"Hao": "popodidi@livemail.tw"
},
"source": {
"git": "https://github.com/popodidi/HTagView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HTagView/Classes/**/*",
"resource_bundles": {
"HTagView": [
"HTagView/Assets/**/*.{png,jpeg,jpg,storyboard,xib}"
]
},
"frameworks": "UIKit"
}