[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 9 / FJCollectionView / 0.0.1 / FJCollectionView.podspec.json
blob8c1776743c34bb14e593e166850c7dc92f6f19d2
2   "name": "FJCollectionView",
3   "version": "0.0.1",
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.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "FJCollectionView/classes/**/*.{h,m}",
19   "dependencies": {
20     "Masonry": [
22     ],
23     "CHTCollectionViewWaterfallLayout": [
25     ],
26     "DDCollectionViewFlowLayout": [
28     ],
29     "FJTool": [
31     ]
32   }