Skip to content

Commit de14abb

Browse files
committed
Add podspec
1 parent a084436 commit de14abb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

BKStackLayout.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = "BKStackLayout"
3+
s.version = "1.0.0"
4+
s.summary = "BKStackLayout is a tiny utility library wrapping UIStackView or NSStackView."
5+
s.homepage = "https://github.com/ReactComponentKit/BKStackLayout"
6+
s.license = "MIT"
7+
s.author = { "Burt.K" => "skyfe79@gmail.com" }
8+
s.social_media_url = "http://twitter.com/skyfe79"
9+
s.ios.deployment_target = "9.0"
10+
s.osx.deployment_target = "10.10"
11+
s.swift_version = "4.2"
12+
s.source = { :git => "https://github.com/ReactComponentKit/BKStackLayout.git", :tag => "#{s.version}" }
13+
s.source_files = "BKStackLayout/**/{*.swift}"
14+
s.requires_arc = true
15+
end

0 commit comments

Comments
 (0)