forked from vtourraine/VTAcknowledgementsViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVTAcknowledgementsViewController.podspec
More file actions
17 lines (16 loc) · 1.1 KB
/
VTAcknowledgementsViewController.podspec
File metadata and controls
17 lines (16 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'VTAcknowledgementsViewController'
s.version = '0.10'
s.license = 'MIT'
s.summary = 'Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.'
s.screenshots = 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-01.png', 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-02.png'
s.homepage = 'https://github.com/vtourraine/VTAcknowledgementsViewController'
s.authors = { 'Vincent Tourraine' => 'me@vtourraine.net' }
s.social_media_url = 'https://twitter.com/vtourraine'
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.10' }
s.source_files = 'Classes/*.{h,m}'
s.public_header_files = 'Classes/VTAcknowledgementsViewController.{h,m}', 'Classes/VTAcknowledgement.{h,m}'
s.resources = 'VTAcknowledgementsViewController.bundle'
s.requires_arc = true
s.ios.deployment_target = '5.0'
end