Skip to content

Commit

Permalink
Merge pull request #40 from physera/podfile
Browse files Browse the repository at this point in the history
Add podfile
  • Loading branch information
ak1394 authored Oct 5, 2017
2 parents 4c46e37 + 26686b8 commit 1223ea1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TextToSpeech.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "TextToSpeech"
s.version = "1.4.0"
s.summary = "React Native Text-To-Speech library for Android and iOS"

s.homepage = "https://github.com/ak1394/react-native-tts"

s.license = "MIT"
s.authors = "Anton Krasovsky"
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/ak1394/react-native-tts.git" }

s.source_files = "ios/TextToSpeech/*.{h,m}"

s.dependency 'React'
end

0 comments on commit 1223ea1

Please sign in to comment.