Skip to content

Commit

Permalink
update pod spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
knightsj committed Dec 26, 2017
1 parent 00df65e commit 9908f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SJNetwork.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Pod::Spec.new do |s|


s.name = "SJNetwork"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "SJNetwork is a high level network request tool based on AFNetworking."
s.homepage = "https://github.com/knightsj/SJNetwork"
s.license = "MIT"
s.author = { "Sun Shijie" => "[email protected]" }
s.source = { :git => "https://github.com/knightsj/SJNetwork.git", :tag => s.version.to_s }
s.source_files = "SJNetwork/*.{h,m}"
s.source_files = 'SJNetwork/**/*.{h,m}'
s.requires_arc = true

s.ios.deployment_target = "9.0"
Expand Down

0 comments on commit 9908f38

Please sign in to comment.