Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
makomori committed Jan 11, 2017
1 parent 941cb02 commit b757351
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Sharaku.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Sharaku'
s.version = '1.0.1'
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.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
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.0'
s.ios.deployment_target = '8.3'
s.source_files = 'Sharaku/Classes/**/*'
s.resources = ['Sharaku/Classes/**/*.xib', 'Sharaku/**/*.xcassets']
s.resource_bundles = {
}
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit b757351

Please sign in to comment.