Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruperez committed Feb 15, 2015
1 parent 4edd109 commit 9185831
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ARSpeechActivity.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ARSpeechActivity'
s.version = '0.1.0'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'ARSpeechActivity is a UIActivity subclass that uses AVSpeechUtterance to read aloud the shared NSString.'
s.homepage = 'https://github.com/alexruperez/ARSpeechActivity'
Expand All @@ -9,9 +9,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/alexruperez/ARSpeechActivity.git', :tag => s.version.to_s }
s.source_files = 'ARSpeechActivity/*.{h,m}'
s.resource_bundles = {
'ARSpeechActivity' => ['ARSpeechActivity/*.{png,lproj,strings}']
}
s.resources = 'ARSpeechActivity/*.{png,lproj}'
s.requires_arc = true
s.frameworks = 'UIKit'
end

0 comments on commit 9185831

Please sign in to comment.