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