Added podspec

This commit is contained in:
DashaGitHub 2019-08-29 17:01:32 +03:00
parent 42e4b4fcf3
commit c19996eddb
1 changed files with 17 additions and 0 deletions

17
NohanaImagePicker.podspec Normal file
View File

@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'NohanaImagePicker'
s.version = '0.9.3'
s.summary = 'A multiple image picker for iOS app.'
s.homepage = 'https://github.com/DashaGitHub/NohanaImagePicker'
s.license = { :type => 'Apache License v2', :file => 'LICENSE' }
s.author = { 'nohana' => 'development@nohana.co.jp' }
s.source = {
:git => 'https://github.com/DashaGitHub/NohanaImagePicker.git',
:tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'NohanaImagePicker/*.swift'
s.resource_bundles = {
'NohanaImagePicker' => ['NohanaImagePicker/**/*.{xcassets,storyboard,lproj}', "Resources/NohanaImagePicker.storyboard"]
}
s.frameworks = 'UIKit', 'Photos'
end