[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 5 / 9 / VectorMath / 0.3.3 / VectorMath.podspec.json
blob22329723b099222d3caf04268d430c3632ac56f2
2   "name": "VectorMath",
3   "version": "0.3.3",
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.3"
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   ]