blob: 45d5b286960d6d5a6ebe019f9736bd2ee25586a1 [file] [log] [blame]
{
"name": "Junction",
"version": "0.0.7",
"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.7"
},
"source_files": "Junction/Junction/*.swift",
"exclude_files": "Junction/Junction Example/*"
}