[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 9 / TimelineCollectionView / 0.1.0 / TimelineCollectionView.podspec.json
blob0ee99f8dcf3a85c3b23dfec3309abb7efae39d4b
2   "name": "TimelineCollectionView",
3   "version": "0.1.0",
4   "swift_version": "4.1",
5   "summary": "A UICollectionView subclass that allows for infinite horizontal or vertical scrolling.",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "description": "A UICollectionView subclass that allows for infinite horizontal or vertical scrolling. Cell information is fetched asynchronously.",
10   "homepage": "https://github.com/EvanCooper9/TimelineCollectionView.git",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "EvanCooper9": "evan.cooper@rogers.com"
17   },
18   "source": {
19     "git": "https://github.com/EvanCooper9/TimelineCollectionView.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "TimelineCollectionView/Classes/**/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "pop": [
26       "~> 1.0"
27     ]
28   }