blob: d01f578e02ccc351e089b2588a133b463e6b8a45 [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "7.1.5",
"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.5"
},
"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"
]
}
}