Skip to content

Commit

Permalink
Prepare for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 3, 2016
1 parent cbfccf7 commit 5f84cab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cartography.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Cartography"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Declarative Auto Layout in Swift"

s.description = <<-DESC
Expand All @@ -18,7 +18,4 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/robb/Cartography.git", :tag => "#{s.version}" }
s.source_files = "Cartography/*.swift"

s.requires_arc = true

end

0 comments on commit 5f84cab

Please sign in to comment.