From 1a59a5b2f3f63700a6a0b58a7d1b4a441e64cbe9 Mon Sep 17 00:00:00 2001 From: Davide Mendolia Date: Tue, 26 Jan 2016 09:36:35 +0100 Subject: [PATCH] Release 1.0.0 --- BothamNetworking.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BothamNetworking.podspec b/BothamNetworking.podspec index 17291d7..beea131 100644 --- a/BothamNetworking.podspec +++ b/BothamNetworking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BothamNetworking' - s.version = '0.0.1' + s.version = '1.0.0' s.license = 'Apache V2' s.summary = 'Networking Framework written in Swift' s.homepage = 'https://github.com/Karumi/BothamNetworking' @@ -11,7 +11,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.source_files = 'BothamNetworking/*.swift' - s.resources = ['BothamNetworking/*.xib'] s.requires_arc = true s.dependency 'Result'