Skip to content

Commit

Permalink
Merge pull request #17 from dasmer/master
Browse files Browse the repository at this point in the history
Creates a GZIP framework
  • Loading branch information
nicklockwood committed Sep 16, 2015
2 parents dbde6e3 + 376d2ce commit 5602735
Show file tree
Hide file tree
Showing 17 changed files with 913 additions and 528 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.5
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ before_script:
- brew update
- brew upgrade xctool || true
osx_image: xcode6.4
script: xctool test -project Tests/UnitTests.xcodeproj -scheme UnitTests -sdk iphonesimulator
script: xcodebuild test -project GZIP.xcodeproj -scheme GZIP-iOS -sdk iphonesimulator
2 changes: 1 addition & 1 deletion GZIP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/nicklockwood/GZIP'
s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
s.source = { :git => "https://github.com/nicklockwood/GZIP.git", :tag => "1.1.1" }
s.source_files = 'GZIP'
s.source_files = 'GZIP/*.{h,m}'
s.requires_arc = false
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
Expand Down
Loading

0 comments on commit 5602735

Please sign in to comment.