- Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathMYIntroduction.podspec
More file actions
Latest commit
21 lines (16 loc) · 879 Bytes
/
Copy pathMYIntroduction.podspec
File metadata and controls
21 lines (16 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.newdo |s|
s.name='MYIntroduction'
s.version='0.1.1'
s.summary='Solution for building stylish app introductions and tutorials.'
s.homepage='https://github.com/MatthewYork/iPhone-IntroductionTutorial'
s.description='A "drop-in" solution for building stylish app introductions and tutorials. ' \
'Now supports left-to-right and right-to-left languages.'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Matthew York"=>"my3681@gmail.com"}
s.source={:git=>"https://github.com/MatthewYork/iPhone-IntroductionTutorial.git",
:commit=>"8eb9f93c4d0651d4c6d40feb0bc76dedda4af547"}
s.platform=:ios,'5.0'
s.requires_arc=true
s.source_files='IntroductionExample/MYIntroduction{Panel,View}.{h,m}'
s.frameworks='QuartzCore'
end