[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / e / MABAlertController / 1.0 / MABAlertController.podspec.json
blobd815ac5256733a5b4f7445fa4fc3abe2c6b7f826
2   "name": "MABAlertController",
3   "version": "1.0",
4   "summary": "A customized AlertController",
5   "description": "A customized AlertController (including animations) that lets you design your AlertControllers within Storyboards (written in swift).",
6   "homepage": "https://github.com/muhammadbassio/MABAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Muhammad Bassio": "muhammadbassio@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/muhammadbassio/MABAlertController.git",
16     "tag": "1.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": [
25     "source/*.swift",
26     "source/PresentationController/*.swift"
27   ]