Fixes podspec of the RxLibrary

pull/598/head
Jorge Canizales 10 years ago
parent e8304d5741
commit af2d9977bf
  1. 3
      src/objective-c/RxLibrary/RxLibrary.podspec
  2. 2
      src/objective-c/examples/Sample/Podfile.lock
  3. 1
      src/objective-c/examples/Sample/Pods/Headers/Public/RxLibrary/GRXMappingWriter.h
  4. 3
      src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec
  5. 2
      src/objective-c/examples/Sample/Pods/Manifest.lock
  6. 3110
      src/objective-c/examples/Sample/Pods/Pods.xcodeproj/project.pbxproj

@ -5,7 +5,8 @@ Pod::Spec.new do |s|
s.author = { s.author = {
'Jorge Canizales' => 'jcanizales@google.com' 'Jorge Canizales' => 'jcanizales@google.com'
} }
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}', 'transformations/*.{h,m}', 'private/*.{h,m}'
s.private_header_files = 'private/*.h'
s.platform = :ios s.platform = :ios
s.ios.deployment_target = '6.0' s.ios.deployment_target = '6.0'
s.requires_arc = true s.requires_arc = true

@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ../../RxLibrary :path: ../../RxLibrary
SPEC CHECKSUMS: SPEC CHECKSUMS:
RxLibrary: fc24868ee72616e8c4e58128b439811fdade0da4 RxLibrary: 70cfcf1573ec16a375b4fe61d976a3188aab9303
COCOAPODS: 0.35.0 COCOAPODS: 0.35.0

@ -0,0 +1 @@
../../../../../../RxLibrary/transformations/GRXMappingWriter.h

@ -5,7 +5,8 @@ Pod::Spec.new do |s|
s.author = { s.author = {
'Jorge Canizales' => 'jcanizales@google.com' 'Jorge Canizales' => 'jcanizales@google.com'
} }
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}', 'transformations/*.{h,m}', 'private/*.{h,m}'
s.private_header_files = 'private/*.h'
s.platform = :ios s.platform = :ios
s.ios.deployment_target = '6.0' s.ios.deployment_target = '6.0'
s.requires_arc = true s.requires_arc = true

@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ../../RxLibrary :path: ../../RxLibrary
SPEC CHECKSUMS: SPEC CHECKSUMS:
RxLibrary: fc24868ee72616e8c4e58128b439811fdade0da4 RxLibrary: 70cfcf1573ec16a375b4fe61d976a3188aab9303
COCOAPODS: 0.35.0 COCOAPODS: 0.35.0

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save