blob: 94edbe228b28a167c8434e10646bbf5e3d925148 [file] [log] [blame]
{
"name": "BMTokenView",
"version": "1.1",
"summary": "BMTokenView is a simple UIView subclass that let's you customize Token Views",
"swift_version": "4.2",
"description": "BMTokenView let's you use create a Token View which is useful when you manage tags.\nIt works similar as UITableViews, with delegates and datasources.\nIt also has a settings file so that you can customize your token however you want.",
"homepage": "https://github.com/BerryMelon/BMTokenView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Doheny Yoon": "berrymelon@me.com"
},
"social_media_url": "http://twitter.com/theberrymelon",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BerryMelon/BMTokenView.git",
"tag": "1.1"
},
"source_files": "BMTokenView/Library/BMTokenView.swift"
}