[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / 2 / ContainerVC / 1.0.0 / ContainerVC.podspec.json
bloba05854d70eae9f9e1edc04a73c17ae68f753a064
2   "name": "ContainerVC",
3   "version": "1.0.0",
4   "summary": "ContainerVC is a custom container view controller which subclasses UINavigationController for basic customization.",
5   "description": "ContainerVC is a custom container view controller which subclasses UINavigationController for basic customization. In order to customize animation transitions, UINavigationController Delegate class is manipulated. Because of this, it should be noted that ordinary delegate method would not be working as usual. ContainerNavigationDelegate can be used as standard delegate implementation",
6   "homepage": "https://github.com/aligermiyanoglu/ContainerVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aligermiyanoglu": "anibal23736@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aligermiyanoglu/ContainerVC.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "source_files": "ContainerVC/Classes/**/*",
25   "pushed_with_swift_version": "4.0"