[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / b / MQDraggableCollectionView / 1.0.1 / MQDraggableCollectionView.podspec.json
blob5e423b167a62d849a47433634c615816348fce35
2   "name": "MQDraggableCollectionView",
3   "version": "1.0.1",
4   "summary": "Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop.",
5   "homepage": "ssh://git@stash.musicqubed.com:7999/icf/mqdraggablecollectionview.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "MQ Developers"
12   ],
13   "source": {
14     "git": "ssh://git@stash.musicqubed.com:7999/icf/mqdraggablecollectionview.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "DraggableCollectionView",
23     "DraggableCollectionView/**/*.{h,m}"
24   ]