- Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathROThumbnailGenerator.podspec
More file actions
Latest commit
23 lines (20 loc) · 891 Bytes
/
Copy pathROThumbnailGenerator.podspec
File metadata and controls
23 lines (20 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint ROThumbnailGenerator' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |spec|
spec.name='ROThumbnailGenerator'
spec.version='2.1.2'
spec.license={:type=>'MIT'}
spec.homepage='https://github.com/prine/ROThumbnailGenerator'
spec.authors={'Robin Oster'=>'prine.dev@gmail.com'}
spec.summary='Creates thumbnails of different file types very easily'
spec.source={:git=>'https://github.com/prine/ROThumbnailGenerator.git',:tag=>"2.1.2"}
spec.source_files='Source/**/*'
spec.framework='SystemConfiguration'
spec.ios.deployment_target='8.4'
end