[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / 5 / f / 3 / AADialogs / 1.0 / AADialogs.podspec.json
blobd24657c2325981392a94f2d21def2fc5e696b7a2
2   "name": "AADialogs",
3   "version": "1.0",
4   "summary": "AADialogs - An easy way to handle your custom dialogs using storyboard",
5   "description": "With AADialogs, you can show your custom dialogs using storyboard view controllers, show with custom animations using AAViewAnimator library. This library is so simple you can call it from in any class or from any view controller to show custom dialog.",
6   "homepage": "https://github.com/EngrAhsanAli/AADialogs",
7   "screenshots": "https://raw.githubusercontent.com/EngrAhsanAli/AADialogs/master/Screenshots/AADialogs.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/EngrAhsanAli/AADialogs.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "AADialogs/Classes/**/*",
23   "dependencies": {
24     "AAViewAnimator": [
25       "~> 1.0"
26     ]
27   }