blob: 79ddb664316df33d59f04c1d76f32abf2126597a [file] [log] [blame]
{
"name": "AdobeSign",
"version": "1.0.0",
"summary": "A Swift SDK for Adobe Sign.",
"description": "This CocoaPod facilitates the integration of iOS apps with Adobe Sign by handling the OAuth process and REST calls with Adobe's servers.",
"homepage": "https://github.com/elliottbolzan/AdobeSign",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliott Bolzan": "elliottbolzan@gmail.com"
},
"source": {
"git": "https://github.com/elliottbolzan/AdobeSign.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AdobeSign/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"KeychainSwift": [
]
},
"pushed_with_swift_version": "3.0"
}