[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 2 / 7 / HTKDragAndDropCollectionViewLayout / 0.1.0 / HTKDragAndDropCollectionViewLayout.podspec.json
blob34ae770d5664ca2781951d17ddbed1f38a89a6bb
2   "name": "HTKDragAndDropCollectionViewLayout",
3   "version": "0.1.0",
4   "summary": "UICollectionViewLayout subclass that provides Drag and Drop functionality. Unique in that it does not use a 'ghost' or 'dummy' cell. iOS 7+.",
5   "description": "                   Custom UICollectionViewLayout that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique about this approach is that it does not need to create a \"ghost\" or \"dummy\" cell to provide the drag and drop functionality. I believe this method is simpler and less complex for the majority of use cases.\n",
6   "homepage": "http://www.github.com/henrytkirk/HTKDragAndDropCollectionViewLayout",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Henry T Kirk": "henrytkirk@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/henrytkirk",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/henrytkirk/HTKDragAndDropCollectionViewLayout.git",
20     "tag": "v0.1.0"
21   },
22   "source_files": "HTKDragAndDropCollectionViewLayout/*.{h,m}",
23   "requires_arc": true