[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / a / 6 / DropdownAlert / 1.0.1 / DropdownAlert.podspec.json
blobce7e2815b4498d0f4ad3f34dbce0030e1212e061
2   "name": "DropdownAlert",
3   "version": "1.0.1",
4   "summary": "Customizable, simple, dropdown alert written in Swift.",
5   "description": "DropdownAlert offers a simple, easy-to-use alternative to RKDropdownAlert, written entirely in Swift. DropdownAlert is responsive and powered by Facebook's pop animation engine.",
6   "homepage": "https://github.com/startupthekid/DropdownAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brendan Conron": "conronb@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/startupthekid/DropdownAlert.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/startupthekid",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DropdownAlert/Classes/*",
23   "resource_bundles": {
24     "DropdownAlert": [
25       "DropdownAlert/Assets/*.*"
26     ]
27   },
28   "dependencies": {
29     "pop": [
31     ]
32   }