blob: 9d90f410f21e71d918a336bc77e444d57dc2ab2a [file] [log] [blame]
{
"name": "Boilerplate",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Boilerplate/*.swift",
"dependencies": {
"Result": [
"~> 2.0"
]
},
"requires_arc": true
}