blob: f77a9d8d2fd6bc1bdcf92847ec110bbd8d7c78a1 [file] [log] [blame]
{
"name": "SwiftBox",
"version": "0.1.2",
"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.2"
},
"source_files": "box/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}