Skip to content

Commit

Permalink
Merge pull request #113 from NYTimes/feature/close-button
Browse files Browse the repository at this point in the history
Fixes Close Button
  • Loading branch information
David Galbraith committed Jan 6, 2016
2 parents 7760382 + c421363 commit d34ca45
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 252 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- FLAnimatedImage (1.0.8)
- NYTPhotoViewer/AnimatedGifSupport (0.1.2):
- FLAnimatedImage
- FLAnimatedImage (= 1.0.8)
- NYTPhotoViewer/Core
- NYTPhotoViewer/Core (0.1.2)
- OCMock (3.2)
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FLAnimatedImage: f9422f796135aff80d8c00b2afc48015bb746e24
NYTPhotoViewer: c8cdb47350ae4dacd248771a6dbe6ba67c65c3a1
NYTPhotoViewer: e348bfa437398deb67a88b7928e85168ac38b5df
OCMock: 28def049ef47f996b515a8eeea958be7ccab2dbb

COCOAPODS: 0.39.0
16 changes: 8 additions & 8 deletions Example/Pods/Local Podspecs/NYTPhotoViewer.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

621 changes: 384 additions & 237 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true

s.ios.resource_bundle = { s.name => ['Pod/Assets/ios/*.png'] }

s.subspec 'Core' do |ss|
ss.ios.resource_bundle = { s.name => ['Pod/Assets/ios/*.png'] }
ss.source_files = 'Pod/Classes/**/*'
ss.frameworks = 'UIKit', 'Foundation'
end
Expand Down

0 comments on commit d34ca45

Please sign in to comment.