Skip to content

Commit

Permalink
Update for Swift 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Mar 28, 2017
1 parent eccbc03 commit 6542a8a
Show file tree
Hide file tree
Showing 127 changed files with 5,925 additions and 3,128 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 3 additions & 1 deletion Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0800;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "";
TargetAttributes = {
5EC197DF1A1BB16D00F4DFD4 = {
Expand Down Expand Up @@ -378,6 +378,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand All @@ -388,6 +389,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>Demo.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
2 changes: 1 addition & 1 deletion EVReflection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EVReflection"
s.version = "4.6.0"
s.version = "4.7.0"
s.summary = "Reflection based (dictionary, JSON or XML) object mapping (including extensions for Alamofire and Moya with RxSwift or ReactiveSwift)"

s.description = <<-EOS
Expand Down
Binary file not shown.
52 changes: 26 additions & 26 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
PODS:
- Alamofire (4.3.0)
- EVReflection/Alamofire (4.1.1):
- Alamofire (4.4.0)
- EVReflection/Alamofire (4.6.0):
- Alamofire (~> 4.2)
- EVReflection/Core
- EVReflection/AlamofireXML (4.1.1):
- EVReflection/AlamofireXML (4.6.0):
- EVReflection/Alamofire
- EVReflection/XML
- EVReflection/CloudKit (4.1.1):
- EVReflection/CloudKit (4.6.0):
- EVReflection/Core
- EVReflection/Core (4.1.1)
- EVReflection/Moya (4.1.1):
- EVReflection/Core (4.6.0)
- EVReflection/Moya (4.6.0):
- EVReflection/Alamofire
- Moya (~> 8.0)
- EVReflection/MoyaReactiveSwift (4.1.1):
- EVReflection/MoyaReactiveSwift (4.6.0):
- EVReflection/Moya
- Moya/ReactiveSwift
- EVReflection/MoyaReactiveSwiftXML (4.1.1):
- EVReflection/MoyaReactiveSwiftXML (4.6.0):
- EVReflection/MoyaReactiveSwift
- EVReflection/MoyaXML
- EVReflection/MoyaRxSwift (4.1.1):
- EVReflection/MoyaRxSwift (4.6.0):
- EVReflection/Moya
- Moya/RxSwift
- EVReflection/MoyaRxSwiftXML (4.1.1):
- EVReflection/MoyaRxSwiftXML (4.6.0):
- EVReflection/MoyaRxSwift
- EVReflection/MoyaXML
- EVReflection/MoyaXML (4.1.1):
- EVReflection/MoyaXML (4.6.0):
- EVReflection/AlamofireXML
- EVReflection/Moya
- EVReflection/XML (4.1.1):
- EVReflection/XML (4.6.0):
- EVReflection/Core
- XMLDictionary
- Moya (8.0.2):
- Moya/Core (= 8.0.2)
- Moya/Core (8.0.2):
- Moya (8.0.3):
- Moya/Core (= 8.0.3)
- Moya/Core (8.0.3):
- Alamofire (~> 4.1)
- Result (~> 3.0)
- Moya/ReactiveSwift (8.0.2):
- Moya/ReactiveSwift (8.0.3):
- Moya/Core
- ReactiveSwift (~> 1.0)
- Moya/RxSwift (8.0.2):
- Moya/RxSwift (8.0.3):
- Moya/Core
- RxSwift (~> 3.0)
- ReactiveSwift (1.0.0):
- ReactiveSwift (1.1.0):
- Result (~> 3.1)
- Result (3.1.0)
- RxSwift (3.2.0)
- Result (3.2.1)
- RxSwift (3.3.1)
- XMLDictionary (1.4.1)

DEPENDENCIES:
Expand All @@ -58,12 +58,12 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
Alamofire: 856a113053a7bc9cbe5d6367a555d773fc5cfef7
EVReflection: 7bcea7cb1b7cfccca7fe036b7afedb8a723e21a0
Moya: 47f61da5b634aa71f676431b64ee0f81e976296d
ReactiveSwift: f391724ee318a2cfd3e37dfb041cd49ecf4e7869
Result: 4e3ed5995ed94d0cd6a09be9a431fce3f3624bbf
RxSwift: 46574f70d416b7923c237195939cc488a7fbf3a0
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
EVReflection: 8d338de887e0b35172d7a328b89406b4d4321f5b
Moya: d3721622e3cc0cc2f038d69a258686f0b66e7252
ReactiveSwift: 2f4e4a02e5a5c87ea63f5fe667163ce2a67cbb57
Result: 2453a22e5c5b11c0c3a478736e82cd02f763b781
RxSwift: 8fc9f2de6275a9101d518444e00bf32f1a42caac
XMLDictionary: fa07b6ff422b3a91d47a5de9bc82e3fc04fbd167

PODFILE CHECKSUM: b15728a9265a991e3a58b9a85107f89316f45cf5
Expand Down
110 changes: 100 additions & 10 deletions Pods/Alamofire/README.md

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

3 changes: 1 addition & 2 deletions Pods/Alamofire/Source/MultipartFormData.swift

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

Loading

0 comments on commit 6542a8a

Please sign in to comment.