blob: 47f3c58670be5864b4879ed25ffbd374c1e9aaf1 [file] [log] [blame]
{
"name": "BoxPod",
"version": "3.0",
"summary": "Swift µframework of the ubiquitous Box<T> & MutableBox<T> reference types, for recursive value types & misc. other purposes.",
"homepage": "https://github.com/robrix/Box",
"license": "MIT",
"authors": {
"robrix": "rob.rix@github.com"
},
"source": {
"git": "https://github.com/robrix/Box.git",
"tag": "3.0"
},
"source_files": "Box/**/*.{h,swift}",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}