[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / b / SwiftCollection / 0.1.5 / SwiftCollection.podspec.json
blobc3f974f350aaf41d7e21bbf0d83ae345b95b90cc
2   "name": "SwiftCollection",
3   "version": "0.1.5",
4   "summary": "Abstraction Over UICollectionViewDelegate and UICollectionViewDataSource",
5   "description": "SwiftCollection creates an abstraction layer over UICollectionViewDelegate and UICollectionViewDataSource that allows you to compose data representations at the item, section and collection level.",
6   "homepage": "https://github.com/bradhilton/SwiftCollection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/SwiftCollection.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SwiftCollection",
23     "SwiftCollection/**/*.{swift,h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AssociatedValues": [
28       "~> 1.0.3"
29     ],
30     "OrderedObjectSet": [
31       "~> 1.0.0"
32     ]
33   }