blob: 4c40f9ad8b70ea7638c44b7ac5a1676ea5c61203 [file] [log] [blame]
{
"name": "BIZGrid4plus1CollectionViewLayout",
"version": "1.0.0",
"summary": "BIZGrid4plus1CollectionViewLayout is a subclass of UICollectionViewLayout that creates grid with cells.",
"homepage": "https://github.com/bizibizi/BIZGrid4plus1CollectionViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZGrid4plus1CollectionViewLayout.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}