blob: a2d0beace121746b17639425ed3b1b54d883078e [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "3.3.2",
"summary": "A Swift framework for the rapid development of native iOS apps on the Salesforce Platform",
"description": "An easy-to-use Swift framework for building iOS apps that integrate with the Salesforce Platform. Simplifies Salesforce REST API calls, and OAuth2 authentication.",
"homepage": "https://github.com/mike4aday/SwiftlySalesforce",
"license": "MIT",
"authors": {
"Michael Epstein": "@mike4aday"
},
"source": {
"git": "https://github.com/mike4aday/SwiftlySalesforce.git",
"tag": "3.3.2"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"PromiseKit": [
"~> 4.0"
],
"Alamofire": [
"~> 4.0"
],
"Locksmith": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}