- Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathICETutorial.podspec
More file actions
Latest commit
21 lines (21 loc) · 619 Bytes
/
Copy pathICETutorial.podspec
File metadata and controls
21 lines (21 loc) · 619 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='ICETutorial'
s.version='1.1.1'
s.summary='An implementation of the in-app tutorial as seen e.g. in Path 3'
s.homepage='http://icepat.github.io/ICETutorial'
s.license={
:type=>'MIT',
:file=>'README.md'
}
s.author='Patrick Trillsam'
s.source={
:git=>'https://github.com/icepat/ICETutorial.git',
:tag=>'1.1.1'
}
s.platform=:ios,'6.0'
s.source_files='ICETutorial/Libraries'
s.public_header_files='ICETutorial/Libraries'
s.frameworks='UIKit','CoreGraphics'
s.requires_arc=true
s.resources=['Resources/*.png']
end