[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 4 / e / AFDraggableCollectionView / 0.1 / AFDraggableCollectionView.podspec.json
blob10194b6d920a61260ae0d69679e93c39a8f78d67
2   "name": "AFDraggableCollectionView",
3   "version": "0.1",
4   "summary": "Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop.",
5   "homepage": "https://github.com/michel-moreau/DraggableCollectionView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "Luke Scott",
12     "Michel Moreau"
13   ],
14   "source": {
15     "git": "https://github.com/michel-moreau/DraggableCollectionView.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "DraggableCollectionView",
24     "DraggableCollectionView/**/*.{h,m}"
25   ]