blob: 9821a0f7443c6840f25e684bbb45392abd015a41 [file] [log] [blame]
{
"name": "UVTagsCollectionView",
"version": "1.1.2",
"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.1.2"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"resource_bundles": {
"UVTagsCollectionViewBundle": [
"Classes/**/*.xib"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}