blob: 006e2f249100fc7a3a65c85c08a92cf024cd62d5 [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "7.0.4",
"summary": "An easy-to-use Swift framework for building iOS apps that integrate with the Salesforce Platform",
"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.0.4"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "11.3"
},
"requires_arc": true,
"source_files": "SwiftlySalesforce/Sources/**/*.swift",
"resource_bundles": {
},
"dependencies": {
"PromiseKit": [
"~> 6.0"
]
}
}