Skip to content

Commit

Permalink
support rxswift 🌟🌟
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidetro committed Oct 31, 2018
1 parent 1008619 commit 8524171
Show file tree
Hide file tree
Showing 181 changed files with 18,934 additions and 213 deletions.
12 changes: 9 additions & 3 deletions PSea.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Pod::Spec.new do |s|

s.name = "PSea"
s.version = "1.1.4"
s.version = "1.1.5"
s.summary = "PSea"
s.homepage = "https://github.com/Fidetro/PSea"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "fidetro" => "zykzzzz@hotmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Fidetro/PSea.git", :tag => "1.1.4" }
s.source_files = "Source", "../Source/*.{h,m,swift}"
s.source = { :git => "https://github.com/Fidetro/PSea.git", :tag => "1.1.5" }
s.source_files = "Source", "../Source/PSea/*.{h,m,swift}"

s.dependency "Alamofire","~> 4.7.3"

s.subspec "RxSwift" do |ss|
ss.source_files = "Source", "../Source/PSea/*.{h,m,swift}", "../Source/PSea+Rx/*.{h,m,swift}"
ss.dependency "Alamofire","~> 4.7.3"
ss.dependency "RxSwift", "~> 4.0"

end
26 changes: 25 additions & 1 deletion PSea.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
9A445B6C201764F800DCB11F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A445B6B201764F800DCB11F /* Assets.xcassets */; };
9A445B6F201764F800DCB11F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9A445B6D201764F800DCB11F /* LaunchScreen.storyboard */; };
9A445B782017651900DCB11F /* PSea.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A445B772017651900DCB11F /* PSea.swift */; };
9A8E809521895DA600E24441 /* PSea+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A8E809421895DA600E24441 /* PSea+Rx.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -49,6 +50,7 @@
9A445B6E201764F800DCB11F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9A445B70201764F800DCB11F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9A445B772017651900DCB11F /* PSea.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PSea.swift; sourceTree = "<group>"; };
9A8E809421895DA600E24441 /* PSea+Rx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PSea+Rx.swift"; sourceTree = "<group>"; };
B5BC497A848ECF54EFB1A492 /* Pods-PSea.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PSea.release.xcconfig"; path = "Pods/Target Support Files/Pods-PSea/Pods-PSea.release.xcconfig"; sourceTree = "<group>"; };
C76DA39B42D3DD06DD26181A /* Pods-PSeaTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PSeaTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PSeaTests/Pods-PSeaTests.release.xcconfig"; sourceTree = "<group>"; };
DB6C69DA820E597FBBC318EF /* Pods_PSea.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PSea.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -128,12 +130,29 @@
sourceTree = "<group>";
};
9A445B762017650A00DCB11F /* Source */ = {
isa = PBXGroup;
children = (
9A8E809321895D8D00E24441 /* PSea+Rx */,
9A8E809221895D8200E24441 /* PSea */,
);
path = Source;
sourceTree = "<group>";
};
9A8E809221895D8200E24441 /* PSea */ = {
isa = PBXGroup;
children = (
9A445B772017651900DCB11F /* PSea.swift */,
9A2980B9217828D3004307D7 /* PSeaQueue.swift */,
);
path = Source;
path = PSea;
sourceTree = "<group>";
};
9A8E809321895D8D00E24441 /* PSea+Rx */ = {
isa = PBXGroup;
children = (
9A8E809421895DA600E24441 /* PSea+Rx.swift */,
);
path = "PSea+Rx";
sourceTree = "<group>";
};
FEA8B5309906FDC5F26EC109 /* Pods */ = {
Expand Down Expand Up @@ -260,12 +279,14 @@
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-PSeaTests/Pods-PSeaTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -304,12 +325,14 @@
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-PSea/Pods-PSea-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -356,6 +379,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9A8E809521895DA600E24441 /* PSea+Rx.swift in Sources */,
9A2980BA217828D3004307D7 /* PSeaQueue.swift in Sources */,
9A445B782017651900DCB11F /* PSea.swift in Sources */,
9A445B67201764F800DCB11F /* ViewController.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>PSeaTests.xcscheme_^#shared#^_</key>
<key>PSea.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
1 change: 0 additions & 1 deletion PSeaTests/PSeaTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import XCTest
import Alamofire


class PSeaTests: XCTestCase {

override func setUp() {
Expand Down
6 changes: 5 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
PODS:
- Alamofire (4.7.3)
- RxSwift (4.3.1)

DEPENDENCIES:
- Alamofire (~> 4.7.3)
- RxSwift (~> 4.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- RxSwift

SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4

PODFILE CHECKSUM: 925b03f00659e7b31aff5690e67ec6b0767cbc38
PODFILE CHECKSUM: a7f57742ca20c9054abd25b5dff6fabf1625afc9

COCOAPODS: 1.5.3
6 changes: 5 additions & 1 deletion Pods/Manifest.lock

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

Loading

0 comments on commit 8524171

Please sign in to comment.