From ef6771af008b233e1256e6ef6757346af0ffeacd Mon Sep 17 00:00:00 2001 From: filom Date: Tue, 29 Aug 2017 20:10:05 +0200 Subject: [PATCH] Added cocoapods --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 3 +++ ASN1Decoder.podspec | 10 ++++------ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.DS_Store b/.DS_Store index a729c2a2ebaea641e67fae9c9f93fda21a948be8..181a18331c0be618a5c38ea9c6bcde37eae0ce3e 100644 GIT binary patch delta 80 zcmZoMXffEJ#$qvj5d#AQ3xgg*IzuKyNp8N2OG;@;G6Tca(~&oUGAME>NOF_oSfrVl P6(*l&k={IwB~KUtde|2b delta 80 zcmZoMXffEJ#$wU8i-CcGg+Y%YogtH "MIT", :file => "LICENSE" } - s.author = { "Filippo Maguolo" => "maguolo.ios@outlook.com" } + s.author = { "Filippo Maguolo" => "maguolo.ios@outlook.com" } s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.10" - s.source = { :git => "https://github.com/filom/ASN1Decoder.git", :tag => s.version } + s.source = { :git => "https://github.com/filom/ASN1Decoder.git", :tag => s.version.to_s } s.source_files = "ASN1Decoder/*.swift" - s.frameworks = "Foundation" + s.frameworks = "Foundation" s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', }