[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 9 / FJCollectionView / 0.1.2 / FJCollectionView.podspec.json
blob2fc3ee894bc0c651c096d7bdec29031e91b75fa1
2   "name": "FJCollectionView",
3   "version": "0.1.2",
4   "summary": "【FJCollectionView】自定义Data Driven的CollectionView,支持HeaderView Sticky",
5   "homepage": "https://github.com/jeffnjut/FJCollectionView",
6   "license": "MIT",
7   "authors": {
8     "jeff_njut": "jeff_njut@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/jeffnjut/FJCollectionView.git",
15     "tag": "0.1.2"
16   },
17   "requires_arc": true,
18   "source_files": "FJCollectionView/classes/CollectionView/**/*.{h,m}",
19   "frameworks": "UIKit",
20   "dependencies": {
21     "Masonry": [
23     ],
24     "CHTCollectionViewWaterfallLayout": [
26     ],
27     "DDCollectionViewFlowLayout": [
29     ],
30     "FJTool": [
32     ]
33   }