blob: c418614177e582f2f9f615cddbdb75dd98f67d29 [file] [log] [blame]
{
"name": "UVTagsCollectionView",
"version": "1.0.1",
"summary": "Tags collectionView that let customize colors and size.",
"homepage": "https://github.com/basiliusic/UVTagsCollectionView",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"Basilic": "basiliusic@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/basiliusic/UVTagsCollectionView.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,m, xib}",
"public_header_files": "Classes/**/*.h",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}