Skip to content

Commit

Permalink
fix pod spec for force AFNetworking pod 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
idokleinman committed Dec 16, 2015
1 parent d8fe942 commit 5d93ac5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 0 additions & 44 deletions Example/Pods/Spark-SDK-Tests.m

This file was deleted.

2 changes: 1 addition & 1 deletion Spark-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |s|

s.subspec 'SDK' do |ss|
ss.source_files = 'Pod/Classes/SDK/Spark*.{h,m}'
ss.dependency 'AFNetworking'
ss.dependency 'AFNetworking', '< 3.0.0'
ss.dependency 'Spark-SDK/Helpers'
end

Expand Down

0 comments on commit 5d93ac5

Please sign in to comment.