blob: a86a9aead80683db2898d153561f390e09e7d85d [file] [log] [blame]
{
"name": "SwiftBindingUI",
"version": "1.1.3",
"summary": "A library of simple UI components built around the SwiftBinding library.",
"description": "A library of the basic iOS UI components with added \"binding\" functionality built around the SwiftBinding library.",
"homepage": "https://github.com/zacharyclaysmith/SwiftBindingUI",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Zachary Clay Smith": "Zachary.Clay.Smith@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zacharyclaysmith/SwiftBindingUI.git",
"tag": "1.1.3"
},
"source_files": "SwiftBindingUI/**/*.swift",
"dependencies": {
"SwiftBinding": [
]
},
"requires_arc": true
}