[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / 4 / SVAlert / 0.5 / SVAlert.podspec.json
blob63cd283124782d61bac009e6aefd351cb5b5d4fe
2   "name": "SVAlert",
3   "version": "0.5",
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.5"
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"