Geometry functions for Cocoa and Cocoa Touch
Перейти к файлу
joshaber d73c2342a8 ++xcconfigs 2015-01-16 14:42:36 -05:00
Archimedes WIP start using Quick and Nimble for specs 2014-10-02 11:21:09 -07:00
Archimedes.xcodeproj Update Carthage artifacts to 0.5 structure 2014-12-29 15:48:47 -08:00
Archimedes.xcworkspace Update Carthage artifacts to 0.5 structure 2014-12-29 15:48:47 -08:00
ArchimedesTests Fix find/replace error in license text 2014-10-06 10:52:10 -07:00
Carthage/Checkouts ++xcconfigs 2015-01-16 14:42:36 -05:00
script Update to jspahrsummers/objc-build-scripts@a54782ce87 2014-10-02 14:58:12 -07:00
.gitignore Initial commit 2012-10-22 12:55:56 -07:00
.gitmodules Update Carthage artifacts to 0.5 structure 2014-12-29 15:48:47 -08:00
.travis.yml Add travis config. 2013-08-29 11:05:09 +10:00
CONTRIBUTING.md Adding CONTRIBUTING file 2012-11-15 15:32:13 -08:00
Cartfile Move deps to Cartfile.private, loosen constraints 2014-12-29 15:50:43 -08:00
Cartfile.private ++xcconfigs 2015-01-16 14:42:36 -05:00
Cartfile.resolved ++xcconfigs 2015-01-16 14:42:36 -05:00
LICENSE.md 2013, yo 2013-01-07 01:25:15 -08:00
README.md Document the .xcworkspace/.xcodeproj divide. 2014-03-24 17:11:35 -04:00

README.md

Archimedes

Archimedes contains useful geometry functions for your Cocoa or Cocoa Touch application.

Getting Started

To start building the framework, clone this repository and then run script/bootstrap. This will automatically pull down any dependencies.

Use the .xcworkspace file if youre working on Archimedes in isolation, or the .xcodeproj if youre using it in another project.

License

Archimedes is released under the MIT license. See LICENSE.md.