Skip to content

Commit

Permalink
Removed unnecessary podfile. Moved .podspec to root
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommcarrasco committed May 21, 2018
1 parent a2342f4 commit 6f5bfbe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions Constrictor/Constrictor.podspec → Constrictor.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.swift_version = "4.1"
s.name = "Constrictor"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "🐍 AutoLayout's µFramework"

s.description = "Constrictor's a group of UIView's extensions with the goal of simplyfing the use of constraints by code."

s.homepage = "https://github.com/pedrommcarrasco/Constrictor"
s.license = "MIT"
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = "Pedro Carrasco"
s.social_media_url = "http://twitter.com/pedrommcarrasco"

s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/pedrommcarrasco/Constrictor.git", :tag => "0.1.1" }
s.source = { :git => "https://github.com/pedrommcarrasco/Constrictor.git", :tag => s.version.to_s }

s.source_files = "Constrictor/**/*"
s.source_files = "Constrictor/Constrictor/**/*"
end
Binary file modified Constrictor/.DS_Store
Binary file not shown.
Binary file modified Constrictor/Constrictor/.DS_Store
Binary file not shown.
10 changes: 0 additions & 10 deletions Constrictor/Podfile

This file was deleted.

0 comments on commit 6f5bfbe

Please sign in to comment.