blob: 76add01c453570b2b82ddce7ccc26e32dd7c5d4f [file] [log] [blame]
{
"name": "ZXFoundation",
"version": "0.24.0",
"summary": "Foundation library for iOS @ [ZXVentures](https://zx-ventures.com). Common patterns, helpers, and conveniences for Swift @ ZX Ventures.",
"description": "Common patterns, helpers, and conveniences for Swift @ ZX Ventures.\n\nThis 'Foundation' library is designed to only depend on Apple's `Foundation` and other Apple frameworks that are available across all platforms such as `Core Graphics`. Included are extensions on top of `Foundation` and patterns for networking, errors, and testing that we use to quickly Bootstrap projects.",
"homepage": "https://zx-ventures.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wyatt McBain": "wyatt.mcbain@zx-ventures.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ZXVentures/ZXFoundation.git",
"tag": "0.24.0"
},
"source_files": "Sources/ZXFoundation/**/*.swift",
"pushed_with_swift_version": "3.0.1"
}