blob: 6c1622df7fa236a33f80653a45919410e79c8591 [file] [log] [blame]
{
"name": "DJLSplitCollectionView",
"summary": "A lightweight extension control for UICollectionView.",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonghonglou": "gonghonglou@gmail.com"
},
"social_media_url": "http://gonghonglou.com",
"homepage": "https://github.com/gonghonglou/DJLSplitCollectionView",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gonghonglou/DJLSplitCollectionView.git",
"tag": "0.0.3"
},
"requires_arc": true,
"source_files": "DJLSplitCollectionView/*.{h,m}",
"public_header_files": "DJLSplitCollectionView/*.{h}",
"frameworks": "UIKit"
}