Geometry functions for Cocoa and Cocoa Touch
Перейти к файлу
Robert Böhnke 063bcccf1a Merge pull request #39 from alanjrogers/xcode7
Silence Xcode 7 warnings.
2015-09-21 09:58:30 +02:00
Archimedes let Xcode 7 do it's upgrade thing. 2015-09-21 14:33:23 +10:00
Archimedes.xcodeproj let Xcode 7 do it's upgrade thing. 2015-09-21 14:33:23 +10:00
Archimedes.xcworkspace Update Carthage artifacts to 0.5 structure 2014-12-29 15:48:47 -08:00
ArchimedesTests let Xcode 7 do it's upgrade thing. 2015-09-21 14:33:23 +10:00
Carthage/Checkouts Bump dependencies 2015-09-21 14:33:06 +10: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 Bump dependencies 2015-09-21 14:33:06 +10: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.