[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 8 / d / ASCustomAlertView / 1.0.3.2 / ASCustomAlertView.podspec.json
blobfdc6701e035709b56805c4835880cf0427f1e859
2   "name": "ASCustomAlertView",
3   "version": "1.0.3.2",
4   "summary": "This is custom alert notification accepts buttons array with own handlers",
5   "homepage": "http://softermii.com",
6   "social_media_url": "http://twitter.com/anton__dev",
7   "documentation_url": "http://softermii.com",
8   "authors": {
9     "Anton Stremovskiy": "perlik@gmail.com",
10     "Max Rachytskyy": "maksym.rachytskyy@softermii.com"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "https://github.com/softermii/ASCustomAlertView.git",
18     "tag": "v1.0.3.2"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "resources": "Source/**/*.{xib,xcassets}",
25   "ios": {
26     "resource_bundles": {
27       "Resources": [
28         "Source/**/*.xib"
29       ]
30     },
31     "frameworks": [
32       "UIKit"
33     ]
34   },
35   "source_files": [
36     "Source/*.{swift, xib}",
37     "*.xib"
38   ],
39   "dependencies": {
40     "Cosmos": [
42     ]
43   },
44   "pushed_with_swift_version": "3.0"