Add documentation

This commit is contained in:
Florian Gabach
2017-02-28 09:09:37 +01:00
parent 3ebf6141d5
commit 444f723498
4 changed files with 83 additions and 18 deletions
+4 -9
View File
@@ -1,17 +1,12 @@
Pod::Spec.new do |s|
s.name = 'OpenSourceController'
s.version = '0.1.0'
s.summary = 'Blablablabla blabbla blabbla blabbla'
s.description = 'Blablablabla blabbla blabbla blabbla blabbla blabbla blabbla blabbla blabbla blabbla'
s.homepage = 'https://github.com/terflogag/GBHFacebookImagePicker'
s.summary = 'Display all the librarys licence used in your application. Enjoy !'
s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.'
s.homepage = 'https://github.com/terflogag/OpenSourceController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Florian Gabach' => 'contact@floriangabach.fr' }
s.source = { :git => 'https://github.com/terflogag/GBHFacebookImagePicker.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/terflogag/OpenSourceController.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'OpenSourceController/Classes/**/*'
s.resource_bundles = {
'OpenSourceController' => [
'Images/*.{png}','OpenSourceController/Classes/Storyboard/*.{storyboard,xib}'
]
}
end