From 6f5bfbe31bf0a624e6606e55f69d017a85a0fdab Mon Sep 17 00:00:00 2001 From: Pedro Carrasco Date: Tue, 22 May 2018 00:06:47 +0100 Subject: [PATCH] Removed unnecessary podfile. Moved .podspec to root --- .DS_Store | Bin 8196 -> 8196 bytes ...Constrictor.podspec => Constrictor.podspec | 8 ++++---- Constrictor/.DS_Store | Bin 6148 -> 6148 bytes Constrictor/Constrictor/.DS_Store | Bin 6148 -> 6148 bytes Constrictor/Podfile | 10 ---------- 5 files changed, 4 insertions(+), 14 deletions(-) rename Constrictor/Constrictor.podspec => Constrictor.podspec (74%) delete mode 100644 Constrictor/Podfile diff --git a/.DS_Store b/.DS_Store index 94fa591801ec0ce997ec1e67ecd113da3e222168..5819775a579745ad393e4c81f59c81878ae2bc0c 100644 GIT binary patch delta 75 zcmZp1XmQw}Ex@QZSx3N_an0le0aHc;AgMHYhd}@20AbI~69k1AS)~~m7&JC77rM#> UR9P!($f&n@z35qXBu*$30672^d;kCd delta 79 zcmZp1XmQw}Ex@QTSx3N_aoOYq0aHdTAgMHYhd@8OsiCQkf{D>)Kfw@2Rv88c2A$2z Yg|0FIRo99dGHPsIFM5_8i4)2M09%a}YybcN diff --git a/Constrictor/Constrictor.podspec b/Constrictor.podspec similarity index 74% rename from Constrictor/Constrictor.podspec rename to Constrictor.podspec index 979b573..e2f17b4 100644 --- a/Constrictor/Constrictor.podspec +++ b/Constrictor.podspec @@ -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 diff --git a/Constrictor/.DS_Store b/Constrictor/.DS_Store index 809ebc00e0b8ac30ae6ba7cebf1ba88179b3f0c8..e7fd4da463d6b8b0a3e585747e00cc8ac6906028 100644 GIT binary patch delta 91 zcmZoMXfc=|#>B)qu~2NHo+2ab#(>?7jI5h^SlAgkOe{@x6iiGECQGxXGm1{mV-cHt upVfG?1KV-NjSVGCo7p+|Ie=O>3vzsCp3E=e$iV;vj0_AcnB!ku~2NHo+2ar#(>?7iytsEF|u#wVPa?GurRXJQ82MEo-ECr&L})N zk4a32L64z;A)g_Ip%_S~G9-KETPvOFbFU(Fp2|djsIZ4z%aR<*;k&OApopC yjUkgEhanYB{pZblnXfT!X6NAN0J>xIMdt6!lles)IT#rjn1DtxY>p6F!wdl0Fe$+R diff --git a/Constrictor/Constrictor/.DS_Store b/Constrictor/Constrictor/.DS_Store index 0193321a13e8f360ec27c749f6e21e69fce9fd51..5b4c3b160022862a20ee54dd47a83a4725a14dd5 100644 GIT binary patch delta 303 zcmZoMXfc=|#>B!ku~2NHo+2aX#(>?7ixZfc7&#~NFtybul@}Kz<>V(ZFfg1zR;SSyf$ATQ?KvS|DI#gwPE9P#Q+fnq0-S zbnB)qu~2NHo+2ar#(>?7jO>$nSlTAnv-WN_V7tz^u|be|Gdl-A2T<8& ZL5}atlles)IT(O|k%56_bA-qmW&o-=5i$S( diff --git a/Constrictor/Podfile b/Constrictor/Podfile deleted file mode 100644 index 6f4ffd7..0000000 --- a/Constrictor/Podfile +++ /dev/null @@ -1,10 +0,0 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' - -target 'Constrictor' do - # Comment the next line if you're not using Swift and don't want to use dynamic frameworks - use_frameworks! - - # Pods for Constrictor - -end