blob: d05a741433420b106c036899b187f12c23405392 [file] [log] [blame]
{
"name": "Bondage",
"version": "0.1.0",
"summary": "A basic data binding library for Swift.",
"description": "This lib is used to bind proerties and observe/listen for changes in their value.",
"homepage": "https://dyanko_yovchev@bitbucket.org/JovcheffTeam/bondage.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dyanko Yovchev": "yovchev03@gmail.com"
},
"source": {
"git": "https://dyanko_yovchev@bitbucket.org/JovcheffTeam/bondage.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Bondage/Classes/**/*",
"pushed_with_swift_version": "3.0"
}