We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a084436 commit de14abbCopy full SHA for de14abb
1 file changed
BKStackLayout.podspec
@@ -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