[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 3 / b / VCBoss / 0.1.0 / VCBoss.podspec.json
blobac959df2c648e372c903917f78b33babd2a1fb5e
2   "name": "VCBoss",
3   "version": "0.1.0",
4   "summary": "Present UIViewControllers modally in an easy and safe way.",
5   "description": "Present UIViewControllers modally in an easy and safe way. No more `Fatal Exception: NSInvalidArgumentException Application tried to present modally an active controller ...` errors. Easily present, dismiss, replace, and swap UIViewControllers presented modally in a parent UIViewController.",
6   "homepage": "https://github.com/levibostian/VCBoss",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Levi Bostian": "levi.bostian@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/levibostian/VCBoss.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/levibostian",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "VCBoss/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"