blob: e88a272ec7a22b9b1467da2bfef2f4fbd131dc30 [file] [log] [blame]
{
"name": "Bindy",
"version": "0.1.0",
"summary": "Simple, lightweight swift bindings.",
"homepage": "https://github.com/MaximKotliar/Bindy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Kotliar": "maximuss099@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MaximKotliar/Bindy.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Bindy/**/*.{h,m,swift}"
]
}