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

fix objc ios example to work with cocoapods v0.33.1. #37

Open
wants to merge 2 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
10 changes: 5 additions & 5 deletions examples/objc-ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- SBJson (3.2)
- Transit (0.0.2):
- Transit (0.1.0):
- SBJson (~> 3.2)

DEPENDENCIES:
- SBJson
- SBJson (~> 3.2)
- Transit (from `../..`)

EXTERNAL SOURCES:
Transit:
:path: ../..

SPEC CHECKSUMS:
SBJson: e60b4dc22448c2ae1e754b523a4ab53408e85c8d
Transit: f05f23b097a1b0567212a481d37afcc892f2c688
SBJson: 72d7da8a5bf6c236e87194abb10ac573a8bccbef
Transit: 65e3ff21afa7c67ea9f235fea147cea330eef787

COCOAPODS: 0.21.0.rc1
COCOAPODS: 0.33.1
8 changes: 5 additions & 3 deletions examples/objc-ios/Pods/Local Podspecs/Transit.podspec

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

10 changes: 5 additions & 5 deletions examples/objc-ios/Pods/Manifest.lock

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

5 changes: 0 additions & 5 deletions examples/objc-ios/Pods/Pods-SBJson-dummy.m

This file was deleted.

5 changes: 0 additions & 5 deletions examples/objc-ios/Pods/Pods-SBJson-prefix.pch

This file was deleted.

5 changes: 0 additions & 5 deletions examples/objc-ios/Pods/Pods-Transit-dummy.m

This file was deleted.

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

5 changes: 5 additions & 0 deletions examples/objc-ios/Pods/Pods-TransitExampleIOS-SBJson-dummy.m

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.

5 changes: 5 additions & 0 deletions examples/objc-ios/Pods/Pods-TransitExampleIOS-Transit-dummy.m

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.

5 changes: 5 additions & 0 deletions examples/objc-ios/Pods/Pods-TransitExampleIOS-dummy.m

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.

68 changes: 68 additions & 0 deletions examples/objc-ios/Pods/Pods-TransitExampleIOS-resources.sh

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.

5 changes: 0 additions & 5 deletions examples/objc-ios/Pods/Pods-dummy.m

This file was deleted.

33 changes: 0 additions & 33 deletions examples/objc-ios/Pods/Pods-resources.sh

This file was deleted.

Loading