forked from mindlib-capacitor/send-intent
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSendIntent.podspec
More file actions
Latest commit
13 lines (12 loc) · 486 Bytes
/
Copy pathSendIntent.podspec
File metadata and controls
13 lines (12 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='SendIntent'
s.version='0.0.1'
s.summary='Plugin for Capacitor to receive send intents in Ionic'
s.license='MIT'
s.homepage='https://carsten-klaffke.de'
s.author='Carsten Klaffke'
s.source={:git=>'https://github.com/carsten-klaffke/send-intent.git',:tag=>s.version.to_s}
s.source_files='ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target='12.0'
s.dependency'Capacitor'
end