-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPodfile
More file actions
23 lines (17 loc) · 645 Bytes
/
Podfile
File metadata and controls
23 lines (17 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project 'JsBridge-WebViewJavascriptBridge-Sample.xcodeproj'
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'JsBridge-WebViewJavascriptBridge-Sample' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for JsBridge-WebViewJavascriptBridge-Sample
pod 'WebViewJavascriptBridge', '~> 5.0'
target 'JsBridge-WebViewJavascriptBridge-SampleTests' do
inherit! :search_paths
# Pods for testing
end
target 'JsBridge-WebViewJavascriptBridge-SampleUITests' do
inherit! :search_paths
# Pods for testing
end
end