blob: c2f6c8a86cf0d4bb058448f5314c05287f016b1b [file] [log] [blame]
{
"name": "SwiftStandardLibrary",
"version": "0.1.2",
"summary": "A collection of data structures and algorithms currently absent in Swift.",
"homepage": "https://github.com/tdkirtland/SwiftStandardLibrary",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Tyler Kirtland",
"platforms": {
"ios": "9.3",
"osx": "10.10",
"watchos": "2.1",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/tdkirtland/SwiftStandardLibrary.git",
"tag": "0.1.2"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}