[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 3 / 9 / DGDropDownBox / 0.0.1 / DGDropDownBox.podspec.json
blob0e11f23eb7519829e5a549627134b00cfcccf7a1
2   "name": "DGDropDownBox",
3   "version": "0.0.1",
4   "summary": "A dropDownMenu on iOS",
5   "description": "A dropDownMenu, which implement by Objective-C",
6   "homepage": "https://github.com/yandeguangzy/DGDropDownBox.git",
7   "license": "MIT",
8   "authors": {
9     "yandeguangzy": "13311171405@163.com"
10   },
11   "source": {
12     "git": "https://github.com/yandeguangzy/DGDropDownBox.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "DGDropDownView/DGDropBoxView*.{h,m}",
21     "DGDropDownView/DGDropViewDelegate.h"
22   ],
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]