blob: 08be394847a627a3685fa3248814f03545f9fee1 [file] [log] [blame]
{
"name": "FJCollectionView",
"version": "0.1",
"summary": "【FJCollectionView】自定义Data Driven的CollectionView,支持HeaderView Sticky",
"homepage": "https://github.com/jeffnjut/FJCollectionView",
"license": "MIT",
"authors": {
"jeff_njut": "jeff_njut@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jeffnjut/FJCollectionView.git",
"tag": "0.1"
},
"requires_arc": true,
"source_files": "FJCollectionView/classes/CollectionView/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
],
"CHTCollectionViewWaterfallLayout": [
],
"DDCollectionViewFlowLayout": [
],
"FJTool": [
]
}
}