Skip to content

Commit

Permalink
cocoapod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Jan 14, 2017
1 parent a23976f commit bd49ede
Show file tree
Hide file tree
Showing 33 changed files with 2,907 additions and 2,894 deletions.
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.0.9"
s.version = "4.0.10"
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.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

target 'PerformanceTest' do
project 'PerformanceTest/PerformanceTest'
platform :ios, '8.0'/Users/evermeer/Desktop/dev/GitHub/EVCloudKitDao
platform :ios, '8.0'
pod 'EVReflection/Core', :path => "./"
end

Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
PODS:
- Alamofire (4.2.0)
- EVReflection/Alamofire (4.0.8):
- EVReflection/Alamofire (4.0.9):
- Alamofire (~> 4.2)
- EVReflection/Core
- EVReflection/AlamofireXML (4.0.8):
- EVReflection/AlamofireXML (4.0.9):
- EVReflection/Alamofire
- EVReflection/XML
- EVReflection/CloudKit (4.0.8):
- EVReflection/CloudKit (4.0.9):
- EVReflection/Core
- EVReflection/Core (4.0.8)
- EVReflection/Moya (4.0.8):
- EVReflection/Core (4.0.9)
- EVReflection/Moya (4.0.9):
- EVReflection/Alamofire
- Moya (~> 8.0)
- EVReflection/MoyaReactiveSwift (4.0.8):
- EVReflection/MoyaReactiveSwift (4.0.9):
- EVReflection/Moya
- Moya/ReactiveSwift
- EVReflection/MoyaReactiveSwiftXML (4.0.8):
- EVReflection/MoyaReactiveSwiftXML (4.0.9):
- EVReflection/MoyaReactiveSwift
- EVReflection/MoyaXML
- EVReflection/MoyaRxSwift (4.0.8):
- EVReflection/MoyaRxSwift (4.0.9):
- EVReflection/Moya
- Moya/RxSwift
- EVReflection/MoyaRxSwiftXML (4.0.8):
- EVReflection/MoyaRxSwiftXML (4.0.9):
- EVReflection/MoyaRxSwift
- EVReflection/MoyaXML
- EVReflection/MoyaXML (4.0.8):
- EVReflection/MoyaXML (4.0.9):
- EVReflection/AlamofireXML
- EVReflection/Moya
- EVReflection/XML (4.0.8):
- EVReflection/XML (4.0.9):
- EVReflection/Core
- XMLDictionary
- Moya (8.0.0):
Expand Down Expand Up @@ -59,7 +59,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
EVReflection: b02ddfdb8b38ff315d8562a0d1e8ef5b223c0601
EVReflection: 464149e115a7f2f6f4f5ce73484bebc0e4a80848
Moya: 850a166ab8241bd1c1cea6dbe012e3a2ad62944a
ReactiveSwift: f391724ee318a2cfd3e37dfb041cd49ecf4e7869
Result: 4e3ed5995ed94d0cd6a09be9a431fce3f3624bbf
Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/EVReflection.podspec.json

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

24 changes: 12 additions & 12 deletions 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 bd49ede

Please sign in to comment.