From 3c16192af9712d2ad71c148be758b8b3ddf9de21 Mon Sep 17 00:00:00 2001 From: apradanas Date: Thu, 21 May 2015 15:40:31 +0700 Subject: [PATCH] Update podspec --- SwiftArmy.podspec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/SwiftArmy.podspec b/SwiftArmy.podspec index d3f3891..dad73de 100644 --- a/SwiftArmy.podspec +++ b/SwiftArmy.podspec @@ -1,16 +1,14 @@ Pod::Spec.new do |s| s.name = "SwiftArmy" s.version = "0.0.1" - s.summary = "Helper written in Swift" - s.description = "Helper written in Swift" + s.summary = "A collection of Swift extensions" + s.description = "A collection of Swift extensions. Helper all written in Swift" s.homepage = "https://github.com/apradanas/swift-army" s.license = 'MIT' s.author = { "apradanas" => "adit@apradanas.com" } s.source = { :git => "https://github.com/apradanas/swift-army.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/apradanas' - - s.platform = :ios, '7.0' - s.requires_arc = true - - s.source_files = 'swift-army/*.swift' + s.platform = :ios, '8.0' + s.requires_arc = true + s.source_files = 'swift-army/*.swift' end