Skip to content

Commit

Permalink
Merge pull request #3 from MarnickvdA/master
Browse files Browse the repository at this point in the history
Fix for issue #2 'Cant run on iOS'
  • Loading branch information
priyankpat authored Jun 30, 2020
2 parents 25f6439 + dbc97c3 commit f84aef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions TextToSpeech.podspec → CapacitorCommunityTextToSpeech.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

Pod::Spec.new do |s|
s.name = 'TextToSpeech'
s.version = '0.0.1'
s.summary = 'A native plugin for text to speech engine'
s.license = 'MIT'
s.homepage = 'https://github.com/capacitor-community/text-to-speech'
s.author = 'Priyank Patel <[email protected]>'
package = JSON.parse(File.read(File.join(File.dirname(__FILE__), 'package.json')))

s.name = 'CapacitorCommunityTextToSpeech'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = package['homepage']
s.author = package['author']
s.source = { :git => 'https://github.com/capacitor-community/text-to-speech', :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dist/",
"ios/",
"android/",
"TextToSpeech.podspec"
"CapacitorCommunityTextToSpeech.podspec"
],
"keywords": [
"capacitor",
Expand Down

0 comments on commit f84aef3

Please sign in to comment.