[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / 4 / SVAlert / 0.4 / SVAlert.podspec.json
blobbc4b0324695c82a4ede513f2e28f4dbd34b1c4ae
2   "name": "SVAlert",
3   "version": "0.4",
4   "summary": "An Alert View replacement built with Swift",
5   "description": "UIAlertView replacement with custom show/hide animations",
6   "homepage": "https://github.com/svlaev/SVAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanislav Vlaev": "stanislav.vlaev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/svlaev/SVAlert.git",
16     "tag": "0.4"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "SVAlert/Classes/**/*",
22   "resource_bundles": {
23     "SVAlert": [
24       "SVAlert/Classes/**/*.xib"
25     ]
26   },
27   "dependencies": {
28     "pop": [
30     ]
31   },
32   "pushed_with_swift_version": "3.0"