Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Novichkov committed Jan 20, 2020
1 parent 61b27b9 commit 2e614b5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Texstyle.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |spec|

spec.name = "Texstyle"
spec.version = "0.4"
spec.summary = "Format iOS attributed strings easily"

spec.homepage = "https://github.com/rosberry/texstyle"

spec.license = { :type => "MIT", :file => "LICENSE" }

spec.author = { "Rosberry" => "develop@rosberry.com" }

spec.swift_version = "5.0"
spec.ios.deployment_target = "9.0"
spec.tvos.deployment_target = "9.0"

spec.source = { :git => "https://github.com/rosberry/texstyle.git", :tag => "#{spec.version}" }

spec.source_files = "Texstyle/Texstyle/*.{swift, h}"

end

0 comments on commit 2e614b5

Please sign in to comment.