blob: a988cc66b8d270bdae49c4611c99a1ebe9a998ed [file] [log] [blame]
{
"name": "PICollectionPageView",
"version": "0.0.2",
"summary": "A UICollectionView base page view",
"description": " A UICollectionView base page view\n\n - Can be use as drop in for `UICollectionView`, \n - Reuse most of `UICollectionView` delegate methods\n - Simple interface and very easy to use.\n \n",
"homepage": "https://github.com/phamquy/PICollectionPageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pham Quy": "phamsyquybk@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/phamquy/PICollectionPageView.git",
"tag": "0.0.2"
},
"source_files": "PICollectionPageView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"public_header_files": "PICollectionPageView/*.h"
}