Skip to content

Commit

Permalink
Update the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yankodimitrov committed Mar 7, 2016
1 parent dc5d993 commit 5253969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SignalKit.podspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Pod::Spec.new do |s|

s.name = "SignalKit"
s.version = "3.0.1"
s.summary = "SignalKit is a type safe event and binding framework"
s.version = "4.0.0"
s.summary = "SignalKit is a type safe event and binding Swift framework"

s.description = <<-DESC
SignalKit is a type safe event and binding Swift framework with great focus on clean and readable API
DESC

s.homepage = "https://github.com/yankodimitrov/SignalKit"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "Yanko Dimitrov" => "[email protected]" }
s.author = { "Yanko Dimitrov" }
s.social_media_url = "https://twitter.com/_yankodimitrov"

s.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/yankodimitrov/SignalKit.git", :tag => "v#{s.version}" }
s.source_files = ["SignalKit", "SignalKit/Observables", "SignalKit/Events", "SignalKit/Protocols", "SignalKit/Utilities", "SignalKit/Extensions", "SignalKit/Extensions/UIKit", "SignalKit/Extensions/UIKit/BindingObservers"]
s.source_files = ["SignalKit", "SignalKit/Protocols", "SignalKit/Utilities", "SignalKit/Extensions", "SignalKit/Extensions/UIKit"]

s.requires_arc = true

Expand Down

0 comments on commit 5253969

Please sign in to comment.