[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / a / 3 / WebLabor / 0.1.0 / WebLabor.podspec.json
blob96a3260330f2c5bbfa5c158f463a24fe7dd44429
2   "name": "WebLabor",
3   "version": "0.1.0",
4   "summary": "A javascript worker lives in iOS/OSX WebView",
5   "description": "A javascript worker lives in iOS/OSX WebView.",
6   "homepage": "https://github.com/huxia/WebLabor",
7   "license": "MIT",
8   "authors": {
9     "huxia": "huizhe.xiao@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/huxia/WebLabor.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "http://weibo.com/huizhe",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "WebLabor": [
24       "Pod/Assets/*"
25     ]
26   },
27   "resources": "Pod/Assets/*",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "WebKit"
33   },
34   "dependencies": {
35     "AFNetworking": [
36       "~> 2.3"
37     ],
38     "WebViewJavascriptBridge": [
39       "~> 4.1.4"
40     ],
41     "RegexKitLite-NoWarning": [
42       "~> 1.1.0"
43     ]
44   }