blob: 040ad2e6a5fc11460c0ee937efe05535fc7f75c8 [file] [log] [blame]
{
"name": "Boilerplate",
"version": "1.1.2",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Swift boilerplate code library with tons of useful stuff, including Linux compatibility layers",
"homepage": "https://github.com/crossroadlabs/Boilerplate",
"social_media_url": "https://github.com/crossroadlabs/Boilerplate",
"authors": {
"Daniel Leping": "daniel@crossroadlabs.xyz"
},
"source": {
"git": "https://github.com/crossroadlabs/Boilerplate.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Boilerplate/*.swift",
"dependencies": {
"Result": [
"~> 3.2"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}