blob: b381eee7c3a3d9976f75289bce01ec9a9590c7fe [file] [log] [blame]
{
"name": "Junction",
"version": "0.0.4",
"summary": "A framework that lets you change variables at runtime, not compiletime",
"description": "A framework that lets you change variables at runtime, not compiletime.",
"homepage": "https://github.com/bluelinelabs/Junction",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"authors": {
"Jimmy McDermott": "jimmy@bluelinelabs.com"
},
"source": {
"git": "https://github.com/bluelinelabs/Junction.git",
"tag": "0.0.4"
},
"source_files": "Junction/Junction/*.swift",
"exclude_files": "Junction/Junction Example/*"
}