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