Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
knightsj committed Jan 5, 2018
1 parent eb449d4 commit 1827415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SJNetwork.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|


s.name = "SJNetwork"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "SJNetwork is a high level network request tool based on AFNetworking."
s.homepage = "https://github.com/knightsj/SJNetwork"
s.license = "MIT"
Expand All @@ -18,7 +18,6 @@ Pod::Spec.new do |s|
# s.tvos.deployment_target = "9.0"

s.framework = "UIKit"
s.public_header_files = 'SJNetwork/SJNetworkHeader.h'
s.dependency "AFNetworking", "~> 3.0"


Expand Down

0 comments on commit 1827415

Please sign in to comment.