[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / c / UIViewController+JSBridge / 1.0.0 / UIViewController+JSBridge.podspec.json
blob3cb99d55546f2617e0a7ab7b228fd01321369077
2   "name": "UIViewController+JSBridge",
3   "version": "1.0.0",
4   "summary": "Easy way to communicate between Cocoa code and JavaScript code in a UIWebView.",
5   "homepage": "https://github.com/needbee/uiviewcontroller-jsbridge",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josh Justice": "josh@need-bee.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/needbee/uiviewcontroller-jsbridge.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "src",
22     "src/**/*.{h,m}"
23   ],
24   "requires_arc": false