blob: 556ea9361e8f4407f5a9f984efb855755ba2d630 [file] [log] [blame]
{
"name": "SwiftBindingUI",
"version": "1.1.2",
"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.\n",
"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.2"
},
"source_files": "SwiftBindingUI/**/*.swift",
"dependencies": {
"SwiftBinding": [
]
},
"requires_arc": true
}