blob: e7d7f1c7e73755a31ccc9dd8115cfb141fb9cd19 [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "6.0.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. 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": "6.0.2"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "10.3"
},
"requires_arc": true,
"source_files": "SwiftlySalesforce/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}