Skip to content

Commit

Permalink
remove platform from cocoapods to support all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
snakecharmer committed Oct 27, 2015
1 parent 380a764 commit eef0bcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SWNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|
s.name = "SWNetworking"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "Open Source Request handeling/managing on iOS"
s.description = "SWNetworking is a open-source and highly versatile multi-purpose frameworks. Clean code and sleek features make SkyWite an ideal choice. Powerful high-level networking abstractions built into Cocoa. It has a modular architecture with well-designed, feature-rich APIs that are a joy to use. Achieve your deadlines by using SkyWite. You will save Hundred hours. Start development using Skywite. Definitely you will be happy....! yeah.."
s.homepage = "https://github.com/skywite/SWNetworking"
s.license = 'MIT'
s.author = { "saman kumara" => "me@isamankumara.com" }
s.source = { :git => "https://github.com/skywite/SWNetworking.git", :tag => s.version.to_s, :submodules => true }

s.platform = :ios, '7.0'
s.requires_arc = true
s.ios.deployment_target = "7.0"
s.tvos.deployment_target = '9.0'

s.source_files = 'SWNetworking/SWNetworking.h'
s.public_header_files = 'SWNetworking/*.h'
Expand Down

0 comments on commit eef0bcb

Please sign in to comment.