[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 5 / 9 / VectorMath / 0.3.2 / VectorMath.podspec.json
blobdf4eb6f93de3b7720d52e90d5e1f764c137b3ec3
2   "name": "VectorMath",
3   "version": "0.3.2",
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.3.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "VectorMath/VectorMath.swift"
26     },
27     {
28       "name": "Quartz",
29       "source_files": "VectorMath/VectorMath+Quartz.swift",
30       "dependencies": {
31         "VectorMath/Core": [
33         ]
34       }
35     },
36     {
37       "name": "SceneKit",
38       "source_files": "VectorMath/VectorMath+SceneKit.swift",
39       "dependencies": {
40         "VectorMath/Core": [
42         ]
43       }
44     }
45   ]