[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / 9 / VectorMath / 0.4.0 / VectorMath.podspec.json
blob8eaf917941f0de24d231fd79d8be863a58fcc7f3
2   "name": "VectorMath",
3   "version": "0.4.0",
4   "license": {
5     "type": "zlib",
6     "file": "LICENCE.md"
7   },
8   "summary": "Vector math library for Mac and iOS",
9   "homepage": "https://github.com/nicklockwood/VectorMath",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/nicklockwood/VectorMath.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "VectorMath/VectorMath.swift"
25     },
26     {
27       "name": "Quartz",
28       "source_files": "VectorMath/VectorMath+Quartz.swift",
29       "dependencies": {
30         "VectorMath/Core": [
32         ]
33       }
34     },
35     {
36       "name": "SceneKit",
37       "source_files": "VectorMath/VectorMath+SceneKit.swift",
38       "dependencies": {
39         "VectorMath/Core": [
41         ]
42       }
43     },
44     {
45       "name": "MapKit",
46       "source_files": "VectorMath/VectorMath+MapKit.swift",
47       "dependencies": {
48         "VectorMath/Core": [
50         ]
51       }
52     }
53   ]