[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / b / SwiftCollection / 0.5.0 / SwiftCollection.podspec.json
blobbb15babdcf095e0fbf3071d95618e017a6de9c3f
2   "name": "SwiftCollection",
3   "version": "0.5.0",
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.5.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "SwiftCollection",
24     "SwiftCollection/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AssociatedValues": [
29       "~> 5.0.0"
30     ],
31     "OrderedObjectSet": [
32       "~> 5.0.0"
33     ]
34   }