Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Winterkvist committed Sep 22, 2016
1 parent e103400 commit 4e300e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tailor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Tailor"
s.summary = "A super fast & convenient object mapper tailored for your needs."
s.version = "1.2.3"
s.version = "1.2.4"
s.homepage = "https://github.com/zenangst/Tailor"
s.license = 'MIT'
s.author = { "Christoffer Winterkvist" => "christoffer@winterkvist.com" }
Expand All @@ -19,6 +19,4 @@ Pod::Spec.new do |s|
s.ios.source_files = 'Sources/{iOS,Shared}/**/*'
s.osx.source_files = 'Sources/{Mac,Shared}/**/*'
s.tvos.source_files = 'Sources/{iOS,Shared}/**/*'

s.dependency 'Sugar'
end

0 comments on commit 4e300e8

Please sign in to comment.