File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ 3.0
Original file line number Diff line number Diff line change 11Pod ::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 '
1818end
You can’t perform that action at this time.
0 commit comments