Skip to content

Commit

Permalink
Update KanjiBezierPaths.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
haawa799 committed Feb 18, 2016
1 parent 88cf68b commit 2aeb728
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion KanjiBezierPaths.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
Pod::Spec.new do |s|
s.homepage = "https://github.com/haawa799/KanjiBezierPaths/tree/master"
s.name = "KanjiBezierPaths"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Returns kanji strokes as an array of UIBezierPathes"
s.license = { :type => "MIT" }
s.authors = { "Andriy Kharchyshyn" => "[email protected]" }
s.requires_arc = true
s.ios.deployment_target = "8.0"
s.source_files = 'Pod/Classes/**/*'
s.source = { :git => 'https://github.com/haawa799/KanjiBezierPaths.git',
:tag => spec.version }
s.resource_bundles = {
'KanjiBezierPaths' => ['Pod/Assets/*']
}
Expand Down

0 comments on commit 2aeb728

Please sign in to comment.