[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / 5 / InfiniteScrollCollectionView / 1.0 / InfiniteScrollCollectionView.podspec.json
blobce2762d8091dc1e28362b767fb0546d8eedf9ff6
2   "name": "InfiniteScrollCollectionView",
3   "version": "1.0",
4   "summary": "A Infinite horizontal scrolling collectionView.",
5   "description": "Create a infinitely scrolling horizontal collection view.\nLimitations:\n1. Total number of items in the collection view should sum to a width greater than or equal to width of collection view.\n2. There will be repeating (one less than number of elements occupy the collection view bounds.width <N>) elements on both ends of data source array. To the begning N elements will be added from the end and at the end N elements will be added from the begning. So in identifying the elements please use some mechanism.\nHow To:\n1. Add InfiniteScrollCollectionView in Storyboard or initWithFrame.\n2. Set 'infiniteScrollDelegate'.\n3. Call 'prepareDataSourceForInfiniteScroll' with data array.\n4. Call 'setInitialOffset' on viewDidAppear.\n5. Call 'infiniteScrollViewDidScroll' from 'scrollViewDidScroll' of this collectionView's delegate.\n\nThats it. Enjoy!",
6   "homepage": "https://github.com/tmukammel/InfiniteScrollCollectionView",
7   "screenshots": "https://dl.dropboxusercontent.com/s/j61j4mfohp8k6ry/IMG_0965.PNG",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Twaha Mukammel": "t.mukammel@aol.com"
14   },
15   "source": {
16     "git": "https://github.com/tmukammel/InfiniteScrollCollectionView.git",
17     "tag": "1.0"
18   },
19   "social_media_url": "https://twitter.com/tmukammel",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "InfiniteScrollCollectionView/Classes/**/*",
24   "pushed_with_swift_version": "3.0.2"