[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / b / 5 / SwiftDialogController / 1.1.3 / SwiftDialogController.podspec.json
blob8af20dbb10ee38843d95d7682d4d781f47aa4a3f
2   "name": "SwiftDialogController",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "UIViewController that can be presented on top of another UIViewController, with behaviors similar to Android's DialogFragment.",
7   "requires_arc": true,
8   "version": "1.1.3",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftDialogController.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftDialogController.git",
19     "tag": "1.1.3"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SwiftBaseViews/Main": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Main",
31       "source_files": "SwiftDialogController/**/*.{swift}"
32     }
33   ]