blob: 8961fe94df3fb9c7c57fdf23a3fa30aaf2be9ad9 [file] [log] [blame]
{
"name": "WebLabor",
"version": "0.1.1",
"summary": "A javascript worker lives in iOS/OSX WebView",
"description": "A javascript worker lives in iOS/OSX WebView.",
"homepage": "https://github.com/huxia/WebLabor",
"license": "MIT",
"authors": {
"huxia": "huizhe.xiao@gmail.com"
},
"source": {
"git": "https://github.com/huxia/WebLabor.git",
"tag": "0.1.1"
},
"social_media_url": "http://weibo.com/huizhe",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WebLabor": [
"Pod/Assets/*"
]
},
"resources": "Pod/Assets/*",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "WebKit"
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"WebViewJavascriptBridge": [
"~> 4.1.4"
],
"RegexKitLite-NoWarning": [
"~> 1.1.0"
]
}
}