diff options
Diffstat (limited to 'src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec')
-rw-r--r-- | src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec b/src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec deleted file mode 100644 index 605aedaf10..0000000000 --- a/src/objective-c/examples/Sample/Pods/Local Podspecs/RxLibrary.podspec +++ /dev/null @@ -1,13 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'RxLibrary' - s.version = '0.0.1' - s.summary = 'Reactive Extensions library for iOS' - s.author = { - 'Jorge Canizales' => 'jcanizales@google.com' - } - s.source_files = '*.{h,m}', 'transformations/*.{h,m}', 'private/*.{h,m}' - s.private_header_files = 'private/*.h' - s.platform = :ios - s.ios.deployment_target = '6.0' - s.requires_arc = true -end |