[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / b / Int3 / 1.3.0 / Int3.podspec.json
blobfc6b84eea1c297358f302b76fca07f20b4cf4603
2   "name": "Int3",
3   "version": "1.3.0",
4   "summary": "A Swift µ-Library Providing a 3-Int Vector Type",
5   "description": "A Swift micro-library that provides an Obj-C-compatible Int3 struct type— which is a 3D vector like SCNVector3/GLKVector3/simd.float3, but with Int x/y/z values.",
6   "homepage": "https://github.com/capnslipp/Int3",
7   "license": {
8     "type": "Public Domain",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "capnslipp": "Int3@capnslipp.com"
13   },
14   "source": {
15     "git": "https://github.com/capnslipp/Int3.git",
16     "tag": "1.3.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   "pushed_with_swift_version": "3.0",
25   "deprecated_in_favor_of": "IntN"