Skip to content

Commit 80df823

Browse files
author
Martin Barreto
committed
fix podspec
1 parent f893a79 commit 80df823

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

ImageRow.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = "ImageRow"
33
s.version = "1.0.0"
4-
s.summary = "A short description of ImageRow."
4+
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' }
77
s.author = { "Xmartlabs SRL" => "[email protected]" }
88
s.source = { git: "https://github.com/EurekaCommunity/ImageRow.git", tag: s.version.to_s }
99
s.social_media_url = 'https://twitter.com/EurekaCommunity'
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true
12-
s.ios.source_files = 'ImageRow/Sources/**/*.{swift}'
12+
s.ios.source_files = 'Sources/**/*.{swift}'
1313
# s.resource_bundles = {
1414
# 'ImageRow' => ['ImageRow/Sources/**/*.xib']
1515
# }
1616
# s.ios.frameworks = 'UIKit', 'Foundation'
17-
# s.dependency 'Eureka', '~> 1.0'
17+
s.dependency 'Eureka', '~> 2.0.0-beta.1'
1818
end

0 commit comments

Comments
 (0)