[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / f / SwiftyCast / 1.0.3 / SwiftyCast.podspec.json
blob7ed7e1e26459d1a288b4a16a5258bcfb37730a81
2   "name": "SwiftyCast",
3   "version": "1.0.3",
4   "summary": "Object to UnsafeRawPointer Casting",
5   "description": "A lightweight framework for easily casting objects to and from UnsafeRawPointer types in iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/SwiftyCast",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/SwiftyCast.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/SwiftyCast/*.swift",
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "cocoapods_version": ">= 1.7.3",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "9.0",
34         "osx": "10.10",
35         "tvos": "9.0",
36         "watchos": "2.0"
37       },
38       "source_files": "Tests/SwiftyCastTests/*Tests.swift"
39     }
40   ],
41   "swift_version": "5.0"