blob: d4f3df3c056cef27c9f4055b4044d5b9a2278b07 [file] [log] [blame]
{
"name": "LiveSignSDK",
"version": "0.1.2",
"summary": "Add signing abilities to your app",
"description": "Add signing abilities to your app. Written is Swift.",
"homepage": "https://github.com/Erez-Panda/LiveBankSDK",
"license": "MIT",
"authors": {
"Erez Haim": "erez@livemed.co"
},
"source": {
"git": "https://github.com/Erez-Panda/LiveBankSDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LiveSignSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
],
"FontAwesomeIconFactory": [
]
}
}