Skip to content

Commit

Permalink
pod support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-Mayani committed Apr 24, 2021
1 parent b8dc0d2 commit 04790a6
Show file tree
Hide file tree
Showing 408 changed files with 10,109 additions and 8,724 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# OS X
.DS_Store

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down
14 changes: 14 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
use_frameworks!

platform :ios, '12.0'

target 'RRAlamofireRxAPI_Example' do
pod 'RRAlamofireRxAPI', :path => '../'


target 'RRAlamofireRxAPI_Tests' do
inherit! :search_paths


end
end
38 changes: 38 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PODS:
- Alamofire (4.9.1)
- RRAlamofireRxAPI (0.1.0):
- Alamofire (~> 4.9.1)
- RxCocoa (~> 6.0.0)
- RxRelay (~> 6.0.0)
- RxSwift (~> 6.0.0)
- RxCocoa (6.0.0):
- RxRelay (= 6.0.0)
- RxSwift (= 6.0.0)
- RxRelay (6.0.0):
- RxSwift (= 6.0.0)
- RxSwift (6.0.0)

DEPENDENCIES:
- RRAlamofireRxAPI (from `../`)

SPEC REPOS:
trunk:
- Alamofire
- RxCocoa
- RxRelay
- RxSwift

EXTERNAL SOURCES:
RRAlamofireRxAPI:
:path: "../"

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
RRAlamofireRxAPI: 1caa9b2ffafb1ef8e9228041dc57beb724557d00
RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
RxRelay: 8d593be109c06ea850df027351beba614b012ffb
RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295

PODFILE CHECKSUM: 293226831758d7491c65f992507c8703b0b8d2d8

COCOAPODS: 1.10.1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 43 additions & 0 deletions Example/Pods/Local Podspecs/RRAlamofireRxAPI.podspec.json

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

38 changes: 38 additions & 0 deletions Example/Pods/Manifest.lock

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

2,786 changes: 2,786 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Pods/RxCocoa/LICENSE.md → Example/Pods/RxCocoa/LICENSE.md

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

0 comments on commit 04790a6

Please sign in to comment.