[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / d / 8 / AXCollectionViewFlowLayout / 1.1.0 / AXCollectionViewFlowLayout.podspec.json
blob6351483979d245b8c00f53537ef84bbe589cc57c
2   "name": "AXCollectionViewFlowLayout",
3   "version": "1.1.0",
4   "summary": "A custom flow layout.",
5   "description": "A custom flow layout of UICollectionView.",
6   "homepage": "https://github.com/devedbox/AXCollectionViewFlowLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXCollectionViewFlowLayout.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "AXCollectionViewFlowLayout/AXCollectionViewFlowLayout/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true