Skip to content

Commit

Permalink
Bumped to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Jul 8, 2015
1 parent 17cda7d commit a14908c
Show file tree
Hide file tree
Showing 11 changed files with 1,974 additions and 1,976 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Expand Up @@ -6,7 +6,7 @@ PODS:
- FBSnapshotTestCase (~> 1.8)
- FBSnapshotTestCase (1.8.1)
- MBProgressHUD (0.9.1)
- MWPhotoBrowser (2.0.1):
- MWPhotoBrowser (2.1.0):
- DACircularProgress (~> 2.3)
- MBProgressHUD (~> 0.9)
- SDWebImage (!= 3.7.2, ~> 3.7)
Expand All @@ -32,7 +32,7 @@ SPEC CHECKSUMS:
Expecta+Snapshots: ca15bfb57e7a0f78f86c7699c2c54ffacfa4ad2a
FBSnapshotTestCase: 3dc3899168747a0319c5278f5b3445c13a6532dd
MBProgressHUD: c47f2c166c126cf2ce36498d80f33e754d4e93ad
MWPhotoBrowser: 59b6ae4fbba44ca46f952965ba276f9ac09341dc
MWPhotoBrowser: ceff7cc65449c30b330c090a0153de7be418ba2b
SDWebImage: ed3095af2ff88b436426037444979b917f6c5575
Specta: 9cec98310dca411f7c7ffd6943552b501622abfe

Expand Down
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/MWPhotoBrowser.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.

3,902 changes: 1,951 additions & 1,951 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.

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

16 changes: 7 additions & 9 deletions MWPhotoBrowser.podspec
@@ -1,16 +1,14 @@
Pod::Spec.new do |s|

s.name = 'MWPhotoBrowser'
s.version = '2.0.1'
s.version = '2.1.0'
s.license = 'MIT'
s.summary = 'A simple iOS photo browser with optional grid view, captions and selections.'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections.'
s.description = <<-DESCRIPTION
MWPhotoBrowser can display one or more images by providing either UIImage
objects, or URLs to files, web images or library assets. The photo browser
handles the downloading and caching of photos from the web seamlessly.
Photos can be zoomed and panned, and optional (customisable) captions can
be displayed. The browser can also be used to allow the user to select one
or more photos using either the grid or main image view.
MWPhotoBrowser can display one or more images or videos by providing either UIImage
objects, PHAsset objects, or URLs to library assets, web images/videos or local files.
The photo browser handles the downloading and caching of photos from the web seamlessly.
Photos can be zoomed and panned, and optional (customisable) captions can be displayed.
DESCRIPTION
s.screenshots = [
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser1.png',
Expand All @@ -27,7 +25,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/mwaterfall/MWPhotoBrowser.git',
:tag => '2.0.1'
:tag => '2.1.0'
}
s.platform = :ios, '7.0'
s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit a14908c

Please sign in to comment.