[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 5 / IntN / 2.4.0 / IntN.podspec.json
blob5109d02b462a0a604455e26a425e858a558ccefb
2   "name": "IntN",
3   "version": "2.4.0",
4   "summary": "A Swift µ-Library Providing 2-Int & 3-Int Vector Types",
5   "description": "A Swift micro-library that provides Obj-C-compatible Int2 and Int3 struct types— which are 2D/3D vectors like SCNVector3/GLKVector3/simd.float3, but with Int x/y/z values.",
6   "homepage": "https://github.com/capnslipp/IntN",
7   "license": {
8     "type": "Public Domain",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "capnslipp": "IntN@capnslipp.com"
13   },
14   "source": {
15     "git": "https://github.com/capnslipp/IntN.git",
16     "tag": "2.4.0"
17   },
18   "social_media_url": "https://twitter.com/capnslipp",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "Sources/**/*",
24   "deprecated_in_favor_of": "Vuckt"