mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Dump former MessageKit repo contents (#3)
* Dump former MessageKit repo contents * Update MessageKit.podspec
This commit is contained in:
committed by
Steven Deutsch
parent
4f376d9d18
commit
f11462ce22
+18
-14
@@ -1,17 +1,21 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'MessageKit'
|
||||
s.version = '0.0.1'
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
|
||||
s.name = "MessageKit"
|
||||
s.version = "0.0.1"
|
||||
s.summary = "Super easy to use client for Hacker News API"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
s.homepage = "https://github.com/SD10/MessageKit"
|
||||
s.author = { "Steven Deutsch" => "stevensdeutsch@yahoo.com" }
|
||||
s.social_media_url = "https://twitter.com/_SD10_"
|
||||
s.platform = :ios, "9.0"
|
||||
s.requires_arc = "true"
|
||||
s.source = { git: "https://github.com/SD10/MessageKit.git", tag: "#{s.version}" }
|
||||
s.source_files = "MessageKit/**/*.*"
|
||||
s.pod_target_xcconfig = {
|
||||
"SWIFT_VERSION" => "3.0",
|
||||
}
|
||||
s.summary = 'An elegant messages UI library for iOS.'
|
||||
s.homepage = 'https://github.com/MessageKit/MessageKit'
|
||||
s.social_media_url = 'https://twitter.com/_SD10_'
|
||||
s.author = { "Steven Deutsch" => "stevensdeutsch@yahoo.com" }
|
||||
|
||||
s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version }
|
||||
s.source_files = 'Sources/*.swift'
|
||||
|
||||
s.pod_target_xcconfig = {
|
||||
"SWIFT_VERSION" => "3.0",
|
||||
}
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.requires_arc = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user