- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSTMScriptMessageHandler.podspec
More file actions
Latest commit
19 lines (15 loc) · 790 Bytes
/
Copy pathSTMScriptMessageHandler.podspec
File metadata and controls
19 lines (15 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name='STMScriptMessageHandler'
s.version='3.1.0'
s.summary='A script message handler that conform to the WKScriptMessageHandler protocol. It is used to communicate with js.'
s.description=<<-DESC
You can use it to communicate with js.
DESC
s.homepage='https://github.com/douking/STMScriptMessageHandler'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'douking'=>'wyk1016@126.com'}
s.source={:git=>'https://github.com/douking/STMScriptMessageHandler.git',:tag=>s.version.to_s}
s.ios.deployment_target='8.0'
s.osx.deployment_target='10.10'
s.source_files='STMScriptMessageHandler/Source/**/*'
end