Skip to content
Snippets Groups Projects
Commit af2d9977 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Fixes podspec of the RxLibrary

parent e8304d57
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ Pod::Spec.new do |s| ...@@ -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: ...@@ -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
../../../../../../RxLibrary/transformations/GRXMappingWriter.h
\ No newline at end of file
...@@ -5,7 +5,8 @@ Pod::Spec.new do |s| ...@@ -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: ...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment