[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 0 / f / RCBridge / 0.1 / RCBridge.podspec.json
blob284f1cf15f2ec837be907e07267504e9480ed89e
2   "name": "RCBridge",
3   "version": "0.1",
4   "summary": "A bridge for sending messages between native iOS and JavaScript in UIWebView/WKWebView.",
5   "homepage": "https://github.com/looping/RCBridge",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "looping": "www.looping@gmail.com"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/looping/RCBridge.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "ios": {
22     "source_files": "RCBridge/*.{h,m}",
23     "resources": "RCBridge/*.{js}",
24     "frameworks": [
25       "UIKit",
26       "JavaScriptCore"
27     ],
28     "weak_frameworks": "WebKit"
29   }