blob: 71c423fdffeb10667ebcca4e8d9263de0a6e9ccd [file] [log] [blame]
{
"name": "JEKScrollableSectionCollectionViewLayout",
"version": "1.1.0",
"platforms": {
"ios": "9.1"
},
"homepage": "https://github.com/accatyyc/JEKScrollableSectionCollectionViewLayout",
"authors": {
"Joel Ekström": "accatyyc@gmail.com"
},
"summary": "A UICollectionView flow layout with individually scrollable sections",
"license": "MIT",
"source": {
"git": "https://github.com/accatyyc/JEKScrollableSectionCollectionViewLayout.git",
"tag": "v1.1.0"
},
"source_files": "JEKScrollableSectionCollectionViewLayout.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"XCTest"
]
}
]
}