Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neiltron/math-ios
Math for iPhone
https://github.com/neiltron/math-ios
Last synced: 14 days ago
JSON representation
Math for iPhone
- Host: GitHub
- URL: https://github.com/neiltron/math-ios
- Owner: neiltron
- License: bsd-3-clause
- Created: 2013-07-31T22:52:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T00:18:03.000Z (over 11 years ago)
- Last Synced: 2024-10-10T21:43:14.133Z (about 1 month ago)
- Language: JavaScript
- Size: 4.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Math for iPhone
====iPhone client for [Math](http://mathematics.io), an easy way to keep track of anything (that can have a number assigned to it).
## Requirements
- [RubyMotion](http://rubymotion.com) license
- OSX 10.6+
- Xcode
- iOS SDK & iOS developer program membership (to install on device)
- A [Math](http://mathematics.io) account. Or, if you're running your own Math instance, make sure to change the root_url in app_delegate.rb to match your server.## Setup
git clone [email protected]:neiltron/math-ios.git
cd math-iossudo gem install cocoapods
pod setupbundle install
bundle exec rake## Install on device
Check out the following guides for help on deploying to your device:
http://www.rubymotion.com/developer-center/guides/project-management/#_install_on_device
http://paulsturgess.co.uk/blog/2013/05/10/using-rubymotion-to-provision-an-app-onto-your-iphone/## Contribute
Feel free to create [an issue](https://github.com/neiltron/math-ios/issues) if you have any problems. If you'd like to contribute fixes or changes, please fork the repository and create a pull request. If you aren't sure where to start or need help implementing something, you can create an issue to discuss it or contact me directly.
## Contact
- http://twitter.com/realtron
- [[email protected]](mailto:[email protected])## License
Released under the Modified BSD License. Free to use, modify, and distribute (with restrictions). Check the [LICENSE](https://github.com/neiltron/math-ios/blob/master/LICENSE) for more information.