[Add] DocumentReaderFullAuthRFIDNightly 7.6.11080
[CocoaPods.git] / Specs / 5 / b / f / DropdownView / 0.1.0 / DropdownView.podspec.json
blob5ee8faea65c9cdd88151cfe1908b39a31a25cc80
2   "name": "DropdownView",
3   "version": "0.1.0",
4   "summary": "DropdownView is a generic dropdown control.",
5   "swift_version": "3.2",
6   "description": "DropdownView is a generic dropdown control that you can use and adapt\nto your needs. It contains the basic use case of a dropdown, allowing you to feed the data by using data source and delegate as you would with a UITableView.",
7   "homepage": "https://github.com/Prismik/DropdownView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Prismik": "francis.beauchampsc@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Prismik/DropdownView.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DropdownView/Classes/**/*"