-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathMapleBacon.podspec
More file actions
21 lines (17 loc) 路 785 Bytes
/
Copy pathMapleBacon.podspec
File metadata and controls
21 lines (17 loc) 路 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'MapleBacon'
s.version = '6.2.1'
s.swift_version = '5.1'
s.summary = 'A lightweight and fast image downloading library iOS.'
s.description = <<-DESC
A lightweight and fast image downloading library iOS. Background downloads, caching and transforms.
DESC
s.homepage = 'https://github.com/JanGorman/MapleBacon'
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { 'Jan Gorman': 'gorman.jan@gmail.com' }
s.source = { git: 'https://github.com/JanGorman/MapleBacon.git',
tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/JanGorman'
s.ios.deployment_target = '12.0'
s.source_files = 'MapleBacon/**/*.swift'
end