Skip to content

Commit

Permalink
Merge pull request #163 from NikKovIos/cocoapodsBack
Browse files Browse the repository at this point in the history
Added podspec. Cocoapods.
  • Loading branch information
s4cha authored May 24, 2022
2 parents cfb1a1d + 605ee4f commit 1a426aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Stevia.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Stevia'
s.version = "5.1.1"
s.summary = "Elegant view layout for iOS"
s.homepage = "https://github.com/s4cha/Stevia"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = 'S4cha'
s.source = { :git => "https://github.com/s4cha/Stevia.git",
:tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sachadso'
s.source_files = "Sources/Stevia/*.swift"
s.ios.deployment_target = "9"
s.tvos.deployment_target = "10.2"
s.description = "Elegant view layout for iOS :leaves: - Auto layout code finally readable by a human being"
s.module_name = 'Stevia'
end

0 comments on commit 1a426aa

Please sign in to comment.