blob: 4e92399da7d1ef13150414df5d7fb9651327eeab [file] [log] [blame]
{
"name": "Archimedes",
"version": "0.1",
"summary": "Archimedes contains useful geometry functions for your Cocoa or Cocoa Touch application.",
"homepage": "https://github.com/github/Archimedes",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Justin Spahr-Summers": "jspahrsummers@github.com"
},
"source": {
"git": "https://github.com/github/Archimedes.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Archimedes",
"Archimedes/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics"
]
}