Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

0.4 dev - afnetworking 2 support on dev branch. #115

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion AFNetworking
Submodule AFNetworking updated 123 files
10 changes: 5 additions & 5 deletions AFOAuth1Client.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Pod::Spec.new do |s|
s.name = "AFOAuth1Client"
s.version = "0.3.3"
s.version = "0.4.0"
s.summary = "AFNetworking Extension for OAuth 1.0a Authentication."
s.homepage = "https://github.com/AFNetworking/AFOAuth1Client"
s.social_media_url = "https://twitter.com/AFNetworking"
s.license = 'MIT'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => "https://github.com/AFNetworking/AFOAuth1Client.git", :tag => '0.3.3' }
s.source = { :git => "https://github.com/lxcid/AFOAuth1Client.git", :tag => '0.4.0' }
s.source_files = 'AFOAuth1Client'
s.requires_arc = true

s.ios.deployment_target = '5.0'
s.ios.deployment_target = '7.0'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'CoreGraphics'

s.osx.deployment_target = '10.7'
s.osx.deployment_target = '10.9'
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'

s.dependency 'AFNetworking', '~> 1.3'
s.dependency 'AFNetworking', '~> 2.5'

s.prefix_header_contents = <<-EOS
#import <Availability.h>
Expand Down
18 changes: 18 additions & 0 deletions AFOAuth1Client.xcworkspace/contents.xcworkspacedata

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

41 changes: 41 additions & 0 deletions AFOAuth1Client.xcworkspace/xcshareddata/AFOAuth1Client.xccheckout
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>4CC50E2E-E38D-4E80-9B02-0E8C1EAA3050</string>
<key>IDESourceControlProjectName</key>
<string>AFOAuth1Client</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>AD8BFDC8297514A63E246839A285AD2407EFF65D</key>
<string>https://github.com/johndpope/AFOAuth1Client</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>AFOAuth1Client.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>AD8BFDC8297514A63E246839A285AD2407EFF65D</key>
<string>..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/johndpope/AFOAuth1Client</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>AD8BFDC8297514A63E246839A285AD2407EFF65D</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>AD8BFDC8297514A63E246839A285AD2407EFF65D</string>
<key>IDESourceControlWCCName</key>
<string>AFOAuth1Client</string>
</dict>
</array>
</dict>
</plist>