[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 3 / f / FlatDropdown / 0.0.2 / FlatDropdown.podspec.json
blobbbf0b3236b80b7437b5cc615599ee44a9e044ee9
2   "name": "FlatDropdown",
3   "version": "0.0.2",
4   "summary": "A flat designed drop down for iOS.",
5   "description": "A flat designed drop down for iOS useful for those who want a sleeker-looking input field.",
6   "homepage": "https://github.com/educrate/flat-dropdown-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "christianampe": "christianampe.educrate@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/educrate/flat-dropdown-ios.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.1",
22   "source_files": "FlatDropdown/Classes/**/*",
23   "dependencies": {
24     "FlatField": [
25       "~> 0.0.5"
26     ]
27   }