[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 8 / AMZAlertController / 1.0.3 / AMZAlertController.podspec.json
blob1b503dfd4decb09e1b841d851f3866f5b16b17f6
2   "name": "AMZAlertController",
3   "version": "1.0.3",
4   "summary": "A simple and modern alert controller.",
5   "swift_version": "4.1",
6   "description": "AMZAlertController is a simple and modern alert controller to is better than but familiar to UIAlertController.",
7   "homepage": "https://github.com/Appmazo/AMZAlertController",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Appmazo LLC": "jhickman@appmazo.com"
14   },
15   "source": {
16     "git": "https://github.com/Appmazo/AMZAlertController.git",
17     "tag": "1.0.3"
18   },
19   "social_media_url": "https://twitter.com/appmazo",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "AMZAlertController/Classes/**/*.*",
24   "dependencies": {
25     "AppmazoUIKit": [
26       "~> 1.0.4"
27     ]
28   }