Skip to content

Commit 2749cc1

Browse files
authored
Merge pull request #15 from thejohnlima/release/v1.0.6
Release version 1.0.6
2 parents 21b9175 + b2b20a0 commit 2749cc1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Framework/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
4+
CFPropertyList (3.0.2)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
@@ -63,7 +63,7 @@ GEM
6363
dotenv (2.7.5)
6464
emoji_regex (1.0.1)
6565
escape (0.0.4)
66-
excon (0.69.1)
66+
excon (0.71.0)
6767
faraday (0.17.1)
6868
multipart-post (>= 1.2, < 3)
6969
faraday-cookie_jar (0.0.6)
@@ -142,9 +142,9 @@ GEM
142142
httpclient (2.8.3)
143143
i18n (0.9.5)
144144
concurrent-ruby (~> 1.0)
145-
json (2.2.0)
145+
json (2.3.0)
146146
jwt (2.1.0)
147-
memoist (0.16.1)
147+
memoist (0.16.2)
148148
mime-types (3.3)
149149
mime-types-data (~> 3.2015)
150150
mime-types-data (3.2019.1009)
@@ -159,7 +159,7 @@ GEM
159159
nap (1.1.0)
160160
naturally (2.2.0)
161161
netrc (0.11.0)
162-
nokogiri (1.10.5)
162+
nokogiri (1.10.7)
163163
mini_portile2 (~> 2.4.0)
164164
os (1.0.1)
165165
plist (3.5.0)
@@ -188,7 +188,7 @@ GEM
188188
thread_safe (0.3.6)
189189
tty-cursor (0.7.0)
190190
tty-screen (0.7.0)
191-
tty-spinner (0.9.1)
191+
tty-spinner (0.9.2)
192192
tty-cursor (~> 0.7)
193193
tzinfo (1.2.5)
194194
thread_safe (~> 0.1)

Framework/PickImageAlert.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"@executable_path/Frameworks",
629629
"@loader_path/Frameworks",
630630
);
631-
MARKETING_VERSION = 1.0.5;
631+
MARKETING_VERSION = 1.0.6;
632632
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
633633
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
634634
RUN_CLANG_STATIC_ANALYZER = YES;
@@ -658,7 +658,7 @@
658658
"@executable_path/Frameworks",
659659
"@loader_path/Frameworks",
660660
);
661-
MARKETING_VERSION = 1.0.5;
661+
MARKETING_VERSION = 1.0.6;
662662
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
663663
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
664664
RUN_CLANG_STATIC_ANALYZER = YES;

Framework/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SwiftLint (0.37.0)
2+
- SwiftLint (0.38.0)
33

44
DEPENDENCIES:
55
- SwiftLint
@@ -9,7 +9,7 @@ SPEC REPOS:
99
- SwiftLint
1010

1111
SPEC CHECKSUMS:
12-
SwiftLint: c078a14d7d7ade75e5507795d185e3da41d844d2
12+
SwiftLint: 4105f061f9812b214568b736dab580ab2c73a582
1313

1414
PODFILE CHECKSUM: bc57f9701723d45bc03e15a5924c7055597e4a17
1515

PickImageAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PickImageAlert"
3-
s.version = "1.0.5"
3+
s.version = "1.0.6"
44
s.summary = "Photos or camera access using the system alert controller"
55
s.description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
66
s.requires_arc = true

0 commit comments

Comments
 (0)