CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

Rest2Mobile 1.1.4

Rest2Mobile 1.1.4

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Mar 2015

Maintained by Pritesh Shah.



  • By
  • Magnet Systems, Inc.

rest2mobile SDK for iOS

System Requirements

  1. Xcode 5.0.1
  2. CocoaPods

How To Get Started

Unit Tests

To build Rest2Mobile from source and run the tests, follow these steps:

Rest2Mobile includes a suite of unit tests within the Tests subdirectory. In order to run the unit tests, you must install the testing dependencies via CocoaPods:

$ git clone https://github.com/magnetsystems/r2m-sdk-ios.git
$ cd r2m-sdk-ios/Tests
$ pod install

Once testing dependencies are installed, you can execute the test suite via the 'iOS Tests' scheme within Xcode.

Running Tests from the Command Line

Tests can also be run from the command line or within a continuous integration environment. The xcpretty utility needs to be installed before running the tests from the command line:

$ gem install xcpretty

Once xcpretty is installed, you can execute the suite via rake test.

Credits

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Copyright

Copyright © 2014 Magnet Systems, Inc. All rights reserved.