blob: 913dbb25abbc66ed803bf5d31ce9549e3365cd26 [file] [log] [blame]
{
"name": "Box",
"version": "1.0.1",
"summary": "Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes.",
"description": " Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes. \n",
"homepage": "https://github.com/robrix/Box",
"license": "MIT",
"authors": {
"Rob Rix": "rob.rix@github.com"
},
"source": {
"git": "https://github.com/robrix/Box.git",
"tag": "1.0.1"
},
"source_files": "Box/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}