blob: fa6d52e05b2397be6144fdbe527baae1a03d1bca [file] [log] [blame]
{
"name": "KTMosaicLayout",
"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/KTMosaicLayout",
"source": {
"git": "https://github.com/iKiKi/KTMosaicLayout.git",
"tag": "1.0.0"
},
"summary": "A Swift UICollectionViewLayout to layout items on different columns",
"description": "KTMosaicLayout is a Swift UICollectionViewLayout being able to display UICollectionView items on different columns.\nIn case at least 3 columns is defined for a section. KTMosaicLayout can display the first item of this section in a \"big\" style.",
"static_framework": true,
"module_name": "KTMosaicLayout",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
}
}