blob: e971acbe4c47611a58b208334c985266673991c4 [file] [log] [blame]
{
"name": "SwiftBox",
"version": "0.1.1",
"summary": "A box implementation for Swift",
"description": " A [box](http://exploring.liftweb.net/master/index-C.html) implementation for Swift.\n Helps to handle optional values that can contain errors.\n",
"homepage": "https://github.com/claudetech/swift-box",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Claude Tech": "daniel@claudetech.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/claudetech/swift-box.git",
"tag": "v0.1.1"
},
"source_files": "box/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}