blob: e671c5d74ba583859028509d12d2f736015c1a26 [file] [log] [blame]
{
"name": "KTTagsView",
"version": "1.0.0",
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0",
"authors": {
"Killian THORON": "killian.thoron@gmail.com"
},
"social_media_url": "http://twitter.com/kthoron",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/iKiKi/KTTagsView",
"source": {
"git": "https://github.com/iKiKi/KTTagsView.git",
"tag": "1.0.0"
},
"summary": "An iOS view to layout your tags",
"description": "KTTagsView offers a Swift UIView and protocols to help you to display your own custom views as \"tags\".\nThis library is very useful when you need to display your tags in a UIScrollView, as it is handled by a UIView.",
"static_framework": true,
"module_name": "KTTagsView",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
}
}