diff --git a/ARSpeechActivity.podspec b/ARSpeechActivity.podspec index 7bb70dd..e9bab0e 100644 --- a/ARSpeechActivity.podspec +++ b/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' @@ -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 \ No newline at end of file