File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11GEM
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 )
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 )
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 )
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 )
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 )
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 11PODS:
2- - SwiftLint (0.37 .0)
2+ - SwiftLint (0.38 .0)
33
44DEPENDENCIES:
55 - SwiftLint
@@ -9,7 +9,7 @@ SPEC REPOS:
99 - SwiftLint
1010
1111SPEC CHECKSUMS:
12- SwiftLint: c078a14d7d7ade75e5507795d185e3da41d844d2
12+ SwiftLint: 4105f061f9812b214568b736dab580ab2c73a582
1313
1414PODFILE CHECKSUM: bc57f9701723d45bc03e15a5924c7055597e4a17
1515
Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments