blob: 42ed68c9de844c53dd441a44cf71dae6a17210da [file] [log] [blame]
{
"name": "PSTagView",
"version": "0.1.1",
"summary": "Simple, easy to use control for using tags in Swift UITableViewCell",
"homepage": "https://github.com/panxshazm/PSTagView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pankaj Sharma": "pankaj@marijuanaincstudios.com"
},
"social_media_url": "https://www.facebook.com/appigizer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/panxshazm/PSTagView.git",
"tag": "v0.1.1",
"submodules": true
},
"source_files": [
"PSTagView/**/*.swift",
"PSTagView/**/*.xib"
]
}