blob: 5ee3d06d6b6794fef8e8bbf91d24ede4e404adfc [file] [log] [blame]
{
"name": "TagsView",
"version": "0.0.1",
"summary": "A tag view demo of iOS.",
"description": "It is a tag view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/812602984/TagsView",
"license": "MIT",
"authors": {
"pengshaowu": "pengshaowu@lxbznkj.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/812602984/TagsView.git",
"tag": "0.0.1"
},
"source_files": "TagsView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}