From 25e5a6c2124178deefcd45680e0654ac80ff5acc Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Mon, 7 Dec 2015 15:18:07 +0100 Subject: [PATCH] Update podspec --- Cache.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cache.podspec b/Cache.podspec index 77d6476..68d1366 100644 --- a/Cache.podspec +++ b/Cache.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Cache" - s.summary = "A short description of Cache." - s.version = "0.1.0" + s.summary = "Nothing but cache." + s.version = "1.0.0" s.homepage = "https://github.com/hyperoslo/Cache" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" } @@ -10,6 +10,6 @@ Pod::Spec.new do |s| s.platform = :ios, '8.0' s.requires_arc = true s.source_files = 'Source/**/*' -# s.frameworks = 'UIKit', 'MapKit' -# s.dependency 'AFNetworking', '~> 2.3' + + s.frameworks = 'UIKit', 'Foundation' end