Skip to content

Commit

Permalink
Updated Podspec version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asifbilal786 committed Jun 20, 2016
1 parent da68c15 commit 8d89c80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SimplePhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = 'SimplePhotoPicker'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'This is the simple photo picker which uses default iPhone SDK with UIImagePickerController.'
s.description = <<-DESC
SimplePhotoPicker is a control that optionally takes inputs of Source Type & allow Editing. On the basis of these inputs, this control displays the action sheet if needed and displays the iOS default image editor if selected. It has simple block based implementation. No need to implement delegate methods.
Expand Down
7 changes: 4 additions & 3 deletions SimplePhotoPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
2986B7C31D01E8C4002CDC3D /* SimplePhotoPicker */ = {
isa = PBXGroup;
children = (
2986B7D81D01E8DD002CDC3D /* PhotoPicker */,
299FA4BF1D17EBF60029831D /* Core */,
2986B7C41D01E8C4002CDC3D /* AppDelegate.swift */,
2986B7C61D01E8C4002CDC3D /* ViewController.swift */,
2986B7C81D01E8C4002CDC3D /* Main.storyboard */,
Expand All @@ -67,12 +67,12 @@
path = SimplePhotoPicker;
sourceTree = "<group>";
};
2986B7D81D01E8DD002CDC3D /* PhotoPicker */ = {
299FA4BF1D17EBF60029831D /* Core */ = {
isa = PBXGroup;
children = (
2986B7D61D01E8D6002CDC3D /* PhotoPicker.swift */,
);
name = PhotoPicker;
path = Core;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -298,6 +298,7 @@
2986B7D51D01E8C4002CDC3D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
File renamed without changes.

0 comments on commit 8d89c80

Please sign in to comment.