[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / 7 / 0 / VCollectionViewGridLayout / 0.0.2 / VCollectionViewGridLayout.podspec.json
blob5bd4c2d658cc8b96d2eb5c29ec545b96739acafe
2   "name": "VCollectionViewGridLayout",
3   "version": "0.0.2",
4   "summary": "Simple grid layout for UICollectionView with sticky headers.",
5   "description": "\t\t\t\t\tSimple grid layout for UICollectionView with sticky headers.\n\t\t\t\t\tVertical scrolling.\n\t\t\t\t\t\n\t\t\t\t\t##Note about iOS7\n\t\t\t\t\tThe original intent of this library was to fix a multitude of\n\t\t\t\t\tanimation issues with `UICollectionViewFlowLayout` and batch updates \n\t\t\t\t\tin iOS6. The \"Expand\" and \"Sort & Filter\" sample projects illustrate\n\t\t\t\t\ttwo such issues with side-by-side comparisons of `UICollectionViewFlowLayout`\n\t\t\t\t\tand `VCollectionViewGridLayout`. Note that in iOS7, both of these sample\n\t\t\t\t\tprojects work correctly with `UICollectionViewFlowLayout`, so this library\n\t\t\t\t\tmay not provide any benefit over `UICollectionViewFlowLayout` beyond\n\t\t\t\t\tsticky headers.\n",
6   "homepage": "https://github.com/vast-engineering/uicollectionview-gridlayout",
7   "license": {
8     "type": "Apache 2.0"
9   },
10   "authors": {
11     "wtmoose": "tmoose@vast.com"
12   },
13   "source": {
14     "git": "https://github.com/vast-eng/uicollectionview-gridlayout.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "VCollectionViewGridLayout/**/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "frameworks": [
23     "UIKit",
24     "CoreData",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "TLIndexPathTools": [
31     ]
32   }