blob: acb6924f27dbbb903f9d7355f26fbc9bce786b80 [file] [log] [blame]
{
"name": "SwiftyCast",
"version": "1.0.2",
"summary": "Object to UnsafeRawPointer Casting",
"description": "A lightweight framework for easily casting objects to and from UnsafeRawPointer types in iOS, macOS, tvOS, and watchOS.",
"homepage": "https://github.com/SomeRandomiOSDev/SwiftyCast",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/SwiftyCast.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"swift_version": "5.0"
}