blob: 9446551fe45e41dd36c8384f658e9750e6e9f2d6 [file] [log] [blame]
{
"name": "SwiftlySalesforce",
"version": "1.0.0",
"summary": "An easy-to-use framework for building 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": "1.0.0"
},
"social_media_url": "https://twitter.com/mike4aday",
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftlySalesforce": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Locksmith": [
"~> 2.0"
]
}
}