blob: fec49f8a7185f53155b82ad784b2e81460c2dc04 [file] [log] [blame]
{
"name": "UICollectionViewCarouselLayout",
"version": "1.0",
"summary": "A UICollectionViewLayout base on UICollectionViewFlowLayout",
"homepage": "https://github.com/godL/UICollectionViewCarouselLayout",
"license": "MIT",
"authors": {
"GodL": "547188371@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/godL/UICollectionViewCarouselLayout.git",
"tag": "1.0"
},
"source_files": [
"UICollectionViewCarouselLayout",
"UICollectionViewCarouselLayout/*.{h,m}"
],
"public_header_files": "UICollectionViewCarouselLayout/UICollectionViewCarouselLayout.h",
"frameworks": "UIKit",
"requires_arc": true
}