[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / b / AutoScrollCollectionView / 1.0.1 / AutoScrollCollectionView.podspec.json
blob04410bd37ea23799b79ae9f9111e5b3e0c11fb3f
2   "name": "AutoScrollCollectionView",
3   "version": "1.0.1",
4   "summary": "Using this pod you can scroll your collectionView Continuously at specific time intervals",
5   "description": "For scrolling the collection view to next visible item continuosly and automatically after specific time intervals. You can directly subclass the AutoScrollCollectionView class in the storyboard and call the method collectionView.startAutoScrollView() to start the scrolling and you can call collectionView.stopAutoScrolling() when you need it to stop",
6   "homepage": "https://github.com/mohankrishnameruva/AutoScrollCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mohan Meruva": "mohanmeruva989@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mohankrishnameruva/AutoScrollCollectionView.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AutoScrollCollectionView/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"