Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Oct 4, 2016
1 parent f893a79 commit 80df823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
6 changes: 3 additions & 3 deletions ImageRow.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = "ImageRow"
s.version = "1.0.0"
s.summary = "A short description of ImageRow."
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' }
s.author = { "Xmartlabs SRL" => "[email protected]" }
s.source = { git: "https://github.com/EurekaCommunity/ImageRow.git", tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/EurekaCommunity'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.ios.source_files = 'ImageRow/Sources/**/*.{swift}'
s.ios.source_files = 'Sources/**/*.{swift}'
# s.resource_bundles = {
# 'ImageRow' => ['ImageRow/Sources/**/*.xib']
# }
# s.ios.frameworks = 'UIKit', 'Foundation'
# s.dependency 'Eureka', '~> 1.0'
s.dependency 'Eureka', '~> 2.0.0-beta.1'
end

0 comments on commit 80df823

Please sign in to comment.