-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathLDJSBridge.podspec
More file actions
25 lines (22 loc) · 1.02 KB
/
LDJSBridge.podspec
File metadata and controls
25 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Be sure to run `pod lib lint LDCPGameIssues.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "LDJSBridge"
s.version = "1.0.7"
s.summary = "JSBridge框架IOS"
s.description = "提供IOS平台WAP页面和客户端本地native插件交互的枢纽框架"
s.license = {:type => 'MIT', :file => 'LICENSE'}
s.homepage = 'https://github.com/Lede-Inc/LDJSBridge_IOS'
s.author = { "huipang" => "huipang@corp.netease.com" }
s.source = { :git => "https://github.com/Lede-Inc/LDJSBridge_IOS.git", :tag => "#{s.version}" }
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.ios.public_header_files = 'CommonJSAPI/LDJSService/*.h'
s.ios.source_files = 'CommonJSAPI/LDJSService/*.{h,m}'
end