blob: aac55ca5add86935a518d8befc310802110c64ac [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "7.1.6",
"summary": "The swiftest way to build iOS apps that connect to Salesforce.",
"description": "An easy-to-use Swift framework for building iOS apps that integrate with the Salesforce Platform. Swiftly Salesforce uses 'promises' to simplify 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": "7.1.6"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "11.3"
},
"requires_arc": true,
"source_files": "SwiftlySalesforce/Sources/**/*.swift",
"resource_bundles": {
},
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}