File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to ImageRow will be documented in this file.
33
4+ ### [ 1.0.1] ( https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.1 )
5+ <!-- Released on 2017-03-09. -->
6+
7+ * Localized Actionssheet strings (#9 )
8+ * Set iOS Deployment Target to 8.0 (#2 )
9+
410### [ 1.0.0] ( https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.0 )
511<!-- Released on 2016-01-20. -->
612
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ImageRow"
3- s . version = "1.0.0 "
3+ s . version = "1.0.1 "
44 s . summary = "Eureka row that allows us to take or select a picture."
55 s . homepage = "https://github.com/EurekaCommunity/ImageRow"
66 s . license = { type : 'MIT' , file : 'LICENSE' }
@@ -10,9 +10,5 @@ Pod::Spec.new do |s|
1010 s . ios . deployment_target = '8.0'
1111 s . requires_arc = true
1212 s . ios . source_files = 'Sources/**/*.{swift}'
13- # s.resource_bundles = {
14- # 'ImageRow' => ['ImageRow/Sources/**/*.xib']
15- # }
16- # s.ios.frameworks = 'UIKit', 'Foundation'
17- s . dependency 'Eureka' , '~> 2.0.0-beta.1'
13+ s . dependency 'Eureka' , '~> 2.0.1'
1814end
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >1.0.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments