forked from ealeksandrov/EAIntroView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEAIntroView.podspec
More file actions
20 lines (16 loc) · 858 Bytes
/
EAIntroView.podspec
File metadata and controls
20 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'EAIntroView'
s.version = '2.7.4'
s.summary = 'Highly customizable drop-in solution for introduction views.'
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
s.homepage = 'https://github.com/ealeksandrov/EAIntroView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Evgeny Aleksandrov' => 'evgeny@aleksandrov.ws' }
s.social_media_url = 'https://twitter.com/ealeksandrov'
s.platform = :ios, '6.0'
s.source = { :git => 'https://github.com/ealeksandrov/EAIntroView.git', :tag => s.version.to_s }
s.source_files = 'EAIntroView/EAIntro{Page,View}.{h,m}'
s.requires_arc = true
s.public_header_files = 'EAIntroView/EAIntro{Page,View}.h'
s.dependency 'EARestrictedScrollView', '~> 0.2.0'
end