Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from mobilejazz/bugfix/podspec
Browse files Browse the repository at this point in the history
- Fixed: podspec including unnecessary files in the iOS bundle
  • Loading branch information
RubenVot authored Nov 5, 2018
2 parents 9680a3d + f2b3edb commit 585afda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Colloc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Colloc'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'Collaborative Localizations for iOS and Android using Google Documents'

s.description = <<-DESC
Expand All @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/mobilejazz/Colloc.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/mobilejazzcom'

s.resources = ['colloc.php', 'run_script_sample.sh']
s.preserve_paths = ['colloc.php', 'run_script_sample.sh']
end

0 comments on commit 585afda

Please sign in to comment.