blob: 1adf549c2a42ffdc7ce575bc20c3a31cb73fe94b [file] [log] [blame]
{
"name": "CZCustomLayout",
"version": "2.0.0",
"summary": "Library with a custom layout for UICollectionView like pinterest style with a big item at first",
"authors": {
"Edwin Peña": "ejps86@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/edwinps/CZCustomLayout.git",
"tag": "2.0.0"
},
"source_files": "src/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"homepage": "https://github.com/edwinps/CZCustomLayout",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"swift_version": "4.2"
}