[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 6 / EBViewControllerSwitcher / 0.1.0 / EBViewControllerSwitcher.podspec.json
blobf78704ad28171f1246afa5d5e956197ed4587036
2   "name": "EBViewControllerSwitcher",
3   "version": "0.1.0",
4   "summary": "ViewController that allows replace its child with custom transitions",
5   "description": "Sometimes you need to transition between viewControllers without pushing or presenting a modal.\nYou just need to dissapear the whole screen and replace it with another one. I don't always need to do that, but when I do, I use EBViewControllerSwitcher :-)",
6   "homepage": "https://github.com/betzerra/EBViewControllerSwitcher",
7   "license": "MIT",
8   "authors": {
9     "Ezequiel Becerra": "ezequiel.becerra@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/betzerra/EBViewControllerSwitcher.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/betzerra",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "EBViewControllerSwitcher": [
23       "Pod/Assets/*.png"
24     ]
25   }