Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '11.2'
platform :ios, '10.0'

use_frameworks!

Expand Down
6 changes: 3 additions & 3 deletions Example/STDevRxExt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
7ACC77915632D2637B474872 /* Pods_STDevRxExt_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_STDevRxExt_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = "<group>"; };
8A2B9502F843426EBBD6657B /* STDevRxExt.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = STDevRxExt.podspec; path = ../STDevRxExt.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
92BC29772E55D44FEF3DADD1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; wrapsLines = 1; };
9AC96385206CF51C00E36FCF /* Example.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Example.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
9EC0293BA12B9FB58FED8B1E /* Pods-STDevRxExt_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-STDevRxExt_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-STDevRxExt_Tests/Pods-STDevRxExt_Tests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -273,7 +273,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -322,7 +322,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To run the [Example.playground](Example/Example.playground), clone the repo, and

## Requirements

* iOS 11.2+
* iOS 10.0+
* Swift 5.0+
* Xcode 10.2+

Expand Down
2 changes: 1 addition & 1 deletion STDevRxExt.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa:
s.source = { :git => 'https://github.com/stdevteam/STDevRxExt.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '11.2'
s.ios.deployment_target = '10.0'

s.source_files = 'STDevRxExt/Classes/**/*'

Expand Down