diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5d2ed2c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +osx_image: xcode7.1 +language: objective-c +podfile: Demo/Podfile + +env: + global: + - LANG=en_US.UTF-8 + +cache: cocoapods + +xcode_workspace: Demo/Demo.xcworkspace +xcode_scheme: Demo + diff --git a/Demo/Demo.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme b/Demo/Demo.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme new file mode 100644 index 0000000..26a191d --- /dev/null +++ b/Demo/Demo.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8ebeaa7 --- /dev/null +++ b/Readme.md @@ -0,0 +1,7 @@ +[![Build Status](https://travis-ci.org/ashfurrow/NSObject-Rx.svg)](https://travis-ci.org/ashfurrow/NSObject-Rx) + +NSObject+Rx +=========== + +What an exciting library that I've been meaning to totally write a readme for! See #1. +