Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
depoon committed Jan 1, 2019
1 parent e3b22ec commit b30015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkInterceptor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DESC
s.author = { "depoon" => "[email protected]" }
s.source = { :git => "https://github.com/depoon/NetworkInterceptor.git", :tag => s.version.to_s }

s.platform = :ios, '9.0'
s.platform = :ios, '10.0'
s.requires_arc = true

s.source_files = 'NetworkInterceptor/Source/**/*'
Expand Down

0 comments on commit b30015b

Please sign in to comment.