[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 5 / IntN / 3.0.0 / IntN.podspec.json
blobc9fb4552686d7ec37d208f3f72a794add0e04241
2   "name": "IntN",
3   "version": "3.0.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": "3.0.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   "prefix_header_file": "Sources/IntN.pch",
25   "deprecated_in_favor_of": "Vuckt"