Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Mar 9, 2017
1 parent c815ccf commit e1e73aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to ImageRow will be documented in this file.

### [1.0.1](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.1)
<!-- Released on 2017-03-09. -->

* Localized Actionssheet strings (#9)
* Set iOS Deployment Target to 8.0 (#2)

### [1.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/1.0.0)
<!-- Released on 2016-01-20. -->

Expand Down
8 changes: 2 additions & 6 deletions ImageRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ImageRow"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Eureka row that allows us to take or select a picture."
s.homepage = "https://github.com/EurekaCommunity/ImageRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -10,9 +10,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
# s.resource_bundles = {
# 'ImageRow' => ['ImageRow/Sources/**/*.xib']
# }
# s.ios.frameworks = 'UIKit', 'Foundation'
s.dependency 'Eureka', '~> 2.0.0-beta.1'
s.dependency 'Eureka', '~> 2.0.1'
end
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e1e73aa

Please sign in to comment.