blob: 0c6eab47533a1e7644a5e7a6737c49a1a0581c5b [file] [log] [blame]
{
"name": "LiveSignSDK",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LiveSignSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
],
"FontAwesomeIconFactory": [
]
}
}