blob: 4b66bbacb4d43297091ea56a9c59dcb6e60481ef [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "2.1.0",
"summary": "An easy-to-use framework for rapid development of native iOS apps with Swift and the Salesforce Platform",
"description": "An easy-to-use framework, written in Swift 2, 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": "2.1.0"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PromiseKit": [
"~> 3.5"
],
"Alamofire": [
"~> 3.0"
],
"Locksmith": [
"~> 2.0"
]
}
}