diff options
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile new file mode 100644 index 0000000000..fa98987910 --- /dev/null +++ b/src/objective-c/examples/Sample/Podfile @@ -0,0 +1,12 @@ +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '8.0' + +pod 'RxLibrary', :path => "../../RxLibrary" + +target 'Sample' do + +end + +target 'SampleTests' do + +end |