[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 1 / 9 / e / DRScrollableViews / 0.1.1 / DRScrollableViews.podspec.json
blob4ff003f6423a164320da76803d599bc8db9395f9
2   "name": "DRScrollableViews",
3   "version": "0.1.1",
4   "summary": "UITableView, UICollectionView等的一些特殊效果",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DeanFs/DRScrollableViews",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dean_F": "stone.feng1990@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DeanFs/DRScrollableViews.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "DRScrollableViews/Assets/*",
22   "dependencies": {
23     "DRMacroDefines": [
25     ],
26     "DRCategories": [
28     ],
29     "HexColors": [
30       "4.0.0"
31     ],
32     "Masonry": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "DRDragSortTableView",
39       "source_files": "DRScrollableViews/Classes/DRDragSortTableView/*.{h,m}"
40     }
41   ]