Skip to content

Commit eb449d4

Browse files
committed
update specfile
1 parent e7e79c0 commit eb449d4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

SJNetwork.podspec

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44

55
s.name = "SJNetwork"
6-
s.version = "1.0.1"
6+
s.version = "1.1.0"
77
s.summary = "SJNetwork is a high level network request tool based on AFNetworking."
88
s.homepage = "https://github.com/knightsj/SJNetwork"
99
s.license = "MIT"
@@ -12,17 +12,13 @@ Pod::Spec.new do |s|
1212
s.source_files = 'SJNetwork/**/*.{h,m}'
1313
s.requires_arc = true
1414

15-
s.ios.deployment_target = "9.0"
15+
s.ios.deployment_target = "8.0"
1616
# s.osx.deployment_target = "10.11"
1717
# s.watchos.deployment_target = "2.0"
1818
# s.tvos.deployment_target = "9.0"
1919

2020
s.framework = "UIKit"
21-
2221
s.public_header_files = 'SJNetwork/SJNetworkHeader.h'
23-
s.source_files = 'SJNetwork/SJNetworkHeader.h'
24-
25-
2622
s.dependency "AFNetworking", "~> 3.0"
2723

2824

0 commit comments

Comments
 (0)