-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathJellyGif.podspec
More file actions
19 lines (18 loc) · 810 Bytes
/
JellyGif.podspec
File metadata and controls
19 lines (18 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'JellyGif'
s.version = '1.0.2'
s.summary = 'A framework used to animate GIF'
s.description = 'A lightweight, performant, and memory efficient framework used to animate GIF'
s.homepage = 'https://github.com/TaLinh'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Linh Ta' => 'linhtadev@gmail.com' }
#s.source = { :path => '../JellyGif' }
s.source = { :git => 'https://github.com/TaLinh/JellyGif.git', :tag => '1.0.2' }
s.source_files = 'JellyGif/**/*.{h,m,swift}'
s.author = { 'Linh Ta' => 'linhtadev@gmail.com' }
s.social_media_url = 'https://linhta.dev'
s.platform = :ios, '10.0'
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'
s.ios.framework = 'UIKit'
end