Skip to content

Commit 99cc817

Browse files
committed
Add MessageLabel podspec
1 parent 780f0b4 commit 99cc817

File tree

9 files changed

+572
-0
lines changed

9 files changed

+572
-0
lines changed

MessageLabel.podspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "MessageLabel"
4+
s.version = "0.0.1"
5+
s.summary = "A label to be used in MessageKit"
6+
s.license = { :type => "MIT", :file => "LICENSE" }
7+
s.homepage = "https://github.com/SD10/MessageKit"
8+
s.author = { "Steven Deutsch" => "[email protected]" }
9+
s.social_media_url = "https://twitter.com/_SD10_"
10+
s.platform = :ios, "9.0"
11+
s.requires_arc = "true"
12+
s.source = { git: "https://github.com/SD10/MessageKit.git", tag: "#{s.version}" }
13+
s.source_files = "MessageKit/**/*.*"
14+
s.pod_target_xcconfig = {
15+
"SWIFT_VERSION" => "4.0",
16+
}
17+
end

0 commit comments

Comments
 (0)