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