[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / b / FMCollectionView / 1.0.0 / FMCollectionView.podspec.json
blob8d01a8f5e41605736cc0523586bb9d9be763ba3f
2   "name": "FMCollectionView",
3   "version": "1.0.0",
4   "summary": "Collection of items, similar to UITableView and UICollectionView, support various layout style.",
5   "homepage": "https://github.com/jacoli/FMCollectionView",
6   "license": "MIT",
7   "authors": {
8     "jacoli": "jaco.lcg@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jacoli/FMCollectionView.git",
12     "tag": "1.0.0"
13   },
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Sources/*.{h,m}",
22   "requires_arc": true