Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XMEngine.m #61

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :ios, '9.0'
inhibit_all_warnings!

project 'XMNetworkingDemo'
target 'XMNetworkingDemo' do
pod 'AFNetworking', '~> 3.0'
end
pod 'AFNetworking','~> 4.0'
end
8 changes: 4 additions & 4 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ PODS:
- AFNetworking/NSURLSession

DEPENDENCIES:
- AFNetworking (~> 3.0)
- AFNetworking

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- AFNetworking

SPEC CHECKSUMS:
AFNetworking: 8ac6017b94ea105479f7776e5288e48ae9c59bb4
AFNetworking: 2287d2a061a9695bdfe6ea82f484e56d76ee2631

PODFILE CHECKSUM: 34f6387ee40deb3469deca752658f6f8e19eebbf
PODFILE CHECKSUM: 1edb632ebc11da94fe6857a534680eb9c685bb9f

COCOAPODS: 1.5.0
COCOAPODS: 1.11.3
8 changes: 4 additions & 4 deletions Demo/Pods/Manifest.lock

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

699 changes: 340 additions & 359 deletions Demo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

Loading