blob: 8686b647e4913206fc1a952ab5ab816649f80ae9 [file] [log] [blame]
{
"name": "DocuSign.eSign",
"version": "1.0.1",
"summary": "DocuSign REST API",
"description": "The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"homepage": "https://www.docusign.com/developer-center",
"license": "LICENSE",
"source": {
"git": "https://github.com/gsnavin/DocuSign.eSign.git",
"tag": "1.0.1"
},
"authors": {
"Dev Center": "devcenter@docusign.com"
},
"source_files": "DocuSign.eSign/*",
"public_header_files": "DocuSign.eSign/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"JSONModel": [
"~> 1.1"
],
"ISO8601": [
"~> 0.3"
]
}
}