[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / 3 / NMCollectionView / 0.0.2 / NMCollectionView.podspec.json
blob42eb4859891565c292a61cf7f9f0cc9797170e2b
2   "name": "NMCollectionView",
3   "version": "0.0.2",
4   "summary": "Improved UICollectionView",
5   "description": "An improved version of UICollectionView.",
6   "homepage": "https://github.com/NicolasMahe/NMCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicolas MaheĢ": "nicolas@mahe.me"
13   },
14   "source": {
15     "git": "https://github.com/NicolasMahe/NMCollectionView.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NMCollectionView/**/*.swift",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"