[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 0 / e / Archimedes / 0.2 / Archimedes.podspec.json
blobc004ff719e4d2e93db4bcf0bc9ecf42adb2d8107
2   "name": "Archimedes",
3   "version": "0.2",
4   "summary": "Archimedes contains useful geometry functions for your Cocoa or Cocoa Touch application.",
5   "homepage": "https://github.com/github/Archimedes",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Justin Spahr-Summers": "jspahrsummers@github.com"
12   },
13   "source": {
14     "git": "https://github.com/github/Archimedes.git",
15     "tag": "0.2"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "Archimedes",
23     "Archimedes/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics"
29   ]