[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / c / a / VYAlertController / 1.0.0 / VYAlertController.podspec.json
blob781adc506453d1a877aff943dd374ed7cd28996c
2   "name": "VYAlertController",
3   "version": "1.0.0",
4   "summary": "A simple and easily customizable alert for iOS.",
5   "description": "VYAlertController is a simple and easily customizable alert written in Swift, which can be used as a UIAlertController replacement.",
6   "homepage": "https://github.com/yakovlevvl/VYAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladyslav Yakovlev": "yakovlev15@icloud.com"
13   },
14   "platforms": {
15     "ios": "10.3"
16   },
17   "source": {
18     "git": "https://github.com/yakovlevvl/VYAlertController.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "VYAlertController/**/*.swift",
22   "exclude_files": "VYAlertController/Info.plist",
23   "swift_version": "4.2"