[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 4 / SVAlert / 0.1.2 / SVAlert.podspec.json
blobb65d756c87a643a94a4c1bae1dc6f4a9f1e1fc6f
2   "name": "SVAlert",
3   "version": "0.1.2",
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.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SVAlert/Classes/**/*",
22   "resource_bundles": {
23     "SVAlert": [
24       "SVAlert/Classes/**/*.xib"
25     ]
26   },
27   "dependencies": {
28     "pop": [
30     ]
31   }