[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 8 / 6 / e / ios-jsbridge / 0.1.0 / ios-jsbridge.podspec.json
blob547956dec5295396b68a06932c8f406d4cdf2b63
2   "name": "ios-jsbridge",
3   "version": "0.1.0",
4   "summary": "async javascript bridge via UIWebview",
5   "homepage": "https://github.com/yamdraco/ios-jsbridge",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": {
10     "Draco Yam": "yamdraco@yahoo.com"
11   },
12   "source": {
13     "git": "git@github.com:yamdraco/ios-jsbridge.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": null
18   },
19   "source_files": "Classes/*.{h,m}",
20   "resources": "Resources/*",
21   "requires_arc": true,
22   "dependencies": {
23     "CWLSynthesizeSingleton": [
24       "0.0.1"
25     ]
26   }