[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / 7 / 8 / b / JWInfiniteCollectionView / 0.1.2 / JWInfiniteCollectionView.podspec.json
blob30261a111f246382e3f14191d7627efa959ab248
2   "name": "JWInfiniteCollectionView",
3   "version": "0.1.2",
4   "summary": "JWInfiniteCollectionView provides a convenient way to have a infinitely-scrolling collection view.",
5   "description": "Sometimes, your app’s UX designer wants infinite scroll for one of your collection views when the data displayed is limited. When a user scrolls to the very end of the data set, the first piece of data reappears on screen; if the use scrolls the other way, the last piece of data reappears.Traditionally, the solution for an infinite UICollectionView is to have a large duplicated data set (for example, 1000 * original data set) to trick the user into believing the collection view is infinite. \nBut, a large duplicated data will inevitably introduce extra overhead by having a large amount of UICollectionViewLayoutAttributes. Besides, what if the user is bored to death and just sits there for a day to scroll your collection view? The chance for this to happen might be small, but, after all, having a large duplicated data set is not a very elegant solution.\nJWInfiniteCollectionView pads only a few extra duplicated items both at the start and end of your data set. In this way, it avoids the some overhead introduced by having a large duplicated data set.",
6   "homepage": "https://github.com/Alex1989Wang/JWInfiniteCollectionView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex1989Wang": "alex1989wang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Alex1989Wang/JWInfiniteCollectionView.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "http://www.awsomejiang.com/",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "JWInfiniteCollectionView/Classes/**/*"