[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 6 / a / e / UINavigationControllerWithCompletionBlock / 0.0.8 / UINavigationControllerWithCompletionBlock.podspec.json
blob08954c596f68d1c5235f2b376354181b11f88dc1
2   "name": "UINavigationControllerWithCompletionBlock",
3   "version": "0.0.8",
4   "summary": "The UINavigationController missing methods, push/pop with completionBlocks.",
5   "description": "                       It's now possible to push/pop viewControllers Controller with completionBlocks.\n                       oh Yeah !\n                       The summary is not meaningful ?\n",
6   "homepage": "https://github.com/leverdeterre/UINavigationControllerWithCompletionBlock",
7   "license": "MIT",
8   "authors": {
9     "Jérôme Morissard": "morissardj@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/leverdeterre/UINavigationControllerWithCompletionBlock.git",
13     "tag": "0.0.8"
14   },
15   "social_media_url": "https://twitter.com/leverdeterre",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "UINavigationControllerWithCompletionBlock": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "JRSwizzle": [
28       "~> 1.0"
29     ]
30   }