Skip to content

Commit

Permalink
Alter dependencies for current feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleecodes committed Mar 10, 2017
1 parent 84d2d5b commit 487e45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
PODS:
- FLAnimatedImage (1.0.12)
- NSTimer-Blocks (0.0.1)
- NYTPhotoViewer (1.1.0):
- NYTPhotoViewer/AnimatedGifSupport (= 1.1.0)
- NYTPhotoViewer/Core (= 1.1.0)
- NYTPhotoViewer/AnimatedGifSupport (1.1.0):
- FLAnimatedImage (~> 1.0.8)
- NYTPhotoViewer/Core
- NYTPhotoViewer/Core (1.1.0)
- ObjectMapper (2.2.4)
- SDWebImage/Core (4.0.0)
- SDWebImage/GIF (4.0.0):
- FLAnimatedImage (~> 1.0)
- SDWebImage/Core
- SwiftyGiphy (1.0):
- SwiftyGiphy (1.0.1):
- FLAnimatedImage (~> 1.0)
- NSTimer-Blocks
- NYTPhotoViewer (~> 1.1.0)
- ObjectMapper (~> 2.2)
- SDWebImage/GIF

Expand All @@ -29,10 +22,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
NSTimer-Blocks: 88faf9aef5f250ead087f3f67ae642517083bf36
NYTPhotoViewer: e80e8767f3780d2df37c6f72cbab15d6c7232911
ObjectMapper: 81d0e5d7c57129e3e93f29a04bdf9669542b37d2
SDWebImage: 76a6348bdc74eb5a55dd08a091ef298e56b55e41
SwiftyGiphy: 8c79fd1a5a79e02a8b626d7c2eeb3871f5a02af6
SwiftyGiphy: f6c392d12c0e1553407a32a2c0e389ec58005ba3

PODFILE CHECKSUM: 99ae6577f47a8d8b2d37875a1c21f2c41e5295fb

Expand Down
4 changes: 2 additions & 2 deletions SwiftyGiphy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyGiphy'
s.version = '1.0'
s.version = '1.0.1'
s.summary = 'Provides a UI and API layer for Giphy discovery and integration.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -37,7 +37,7 @@ An easy to use library that provides a UI and API layer for Giphy discovery and
s.frameworks = 'UIKit', 'AVFoundation'

s.dependency 'ObjectMapper', '~> 2.2'
s.dependency 'NYTPhotoViewer', '~> 1.1.0'
s.dependency 'SDWebImage/GIF'
s.dependency 'NSTimer-Blocks'
s.dependency 'FLAnimatedImage', '~> 1.0'
end

0 comments on commit 487e45e

Please sign in to comment.