forked from EurekaCommunity/ImageRow
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageRow.podspec
More file actions
Latest commit
15 lines (15 loc) · 693 Bytes
/
Copy pathImageRow.podspec
File metadata and controls
15 lines (15 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="ImageRow"
s.version="4.0.0"
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"=>"swift@xmartlabs.com"}
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='9.3'
s.requires_arc=true
s.ios.source_files='Sources/**/*.{swift}'
s.dependency'Eureka','~> 5.3.5'
s.swift_version="5.0"
end