-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathSharaku.podspec
18 lines (18 loc) · 861 Bytes
/
Sharaku.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'Sharaku'
s.version = '1.0.2'
s.summary = 'Sharaku is an image filtering UI library like Instagram.'
s.description = <<-DESC
Sharaku is an image filtering library like Instagram which is using CIFilter. This library is strongly inspired by Fusuma.
DESC
s.homepage = 'https://github.com/makomori/Sharaku'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'makomori' => '[email protected]' }
s.source = { :git => 'https://github.com/makomori/Sharaku.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/makomori26'
s.ios.deployment_target = '8.3'
s.source_files = 'Sharaku/Classes/**/*'
s.resources = ['Sharaku/Classes/**/*.xib', 'Sharaku/**/*.xcassets']
s.resource_bundles = {
}
end