-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vermeer, Edwin
authored and
Vermeer, Edwin
committed
Oct 18, 2017
1 parent
ef4b659
commit 7eb2767
Showing
52 changed files
with
270 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "EVReflection" | ||
s.version = "5.1.0" | ||
s.version = "5.1.1" | ||
s.summary = "Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift" | ||
|
||
s.description = <<-EOS | ||
|
@@ -13,7 +13,7 @@ EOS | |
s.author = { "Edwin Vermeer" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/evermeer" | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.11' | ||
s.watchos.deployment_target = '2.0' | ||
s.tvos.deployment_target = '9.0' | ||
|
@@ -43,7 +43,7 @@ EOS | |
|
||
# Extending EVReflection with mapping functions for CKRecord (CloudKit) | ||
s.subspec "CloudKit" do |ss| | ||
ss.ios.deployment_target = '9.0' | ||
ss.ios.deployment_target = '8.0' | ||
ss.osx.deployment_target = '10.11' | ||
ss.watchos.deployment_target = '3.0' | ||
ss.tvos.deployment_target = '9.0' | ||
|
@@ -76,7 +76,7 @@ EOS | |
# Adding easy Json to object mapping to Moya using EVReflection | ||
s.subspec "Moya" do |ss| | ||
ss.source_files = "Source/Alamofire/Moya/*.swift" | ||
ss.dependency "Moya", "10.0.0-beta.1" | ||
ss.dependency "Moya" | ||
ss.dependency "EVReflection/Alamofire" | ||
end | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
+12.1 KB
(100%)
EVReflection.xcworkspace/xcuserdata/eve21962.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.