forked from SebastianBoldt/Jelly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jelly.podspec
28 lines (23 loc) · 1.26 KB
/
Jelly.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Be sure to run `pod lib lint Jelly.podspec' to ensure this is a valid spec before submitting.
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Jelly'
s.version = '2.2.2'
s.summary = 'Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.'
s.description = <<-DESC
Jelly is a library for animated, non-interactive & interactive viewcontroller
transitions and presentations with the focus on a simple and yet flexible API.
DESC
s.homepage = 'https://www.sebastianboldt.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Sebastian Boldt' => 'self.dealloc@googlemail.com' }
s.social_media_url = 'http://twitter.com/sebastianboldt'
s.source = { :git => 'https://github.com/SebastianBoldt/Jelly.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sebastianboldt'
s.ios.deployment_target = '10.0'
s.source_files = 'Jelly/Classes/**/*'
s.frameworks = 'UIKit'
end