From 6838184592949cf5f13950f91151cb1b104aa9cd Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Sat, 24 Aug 2019 14:44:41 +0200 Subject: [PATCH] fix/podspec (#19) * updagted * updated --- .gitignore | 2 +- UB.podspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8560c8b..2bf0d33 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ DerivedData/ *.perspectivev3 !default.perspectivev3 xcuserdata/ - +*.swp ## Other *.moved-aside *.xccheckout diff --git a/UB.podspec b/UB.podspec index 3a70e22..770aa87 100644 --- a/UB.podspec +++ b/UB.podspec @@ -4,8 +4,9 @@ Pod::Spec.new do |spec| spec.authors = {'Eric Tu' => 'eric@chainsafe.io', 'Dean Eigenmann' => 'dean@status.io'} spec.homepage = 'https://github.com/ultralight-beam/UB.swift' spec.license = { :type => 'MIT' } - spec.source = { :git => 'https://github.com/ultralight-beam/UB.swift.git', :tag => '0.1.0'} + spec.source = { :git => 'https://github.com/ultralight-beam/UB.swift.git', :tag => 'v0.1.0'} + spec.source_files = 'Sources/UB/*.swift' spec.summary = 'MANETs' spec.swift_version = '4.2' - spec.source_files = 'UB.swift/*.swift' + spec.platform = :ios, "9.0" end