[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 8 / c / DraggableCollectionView / 0.1 / DraggableCollectionView.podspec.json
blob0413fd197df7d5a4e28ad6c94ccc25983ca76517
2   "name": "DraggableCollectionView",
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/lognllc/DraggableCollectionView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Luke Scott": "",
12     "Rex Sheng": ""
13   },
14   "source": {
15     "git": "https://github.com/lognllc/DraggableCollectionView.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "DraggableCollectionView",
24     "DraggableCollectionView/**/*.{h,m}"
25   ]