blob: 889c622216899e750e7282b8b4310daa192402b7 [file] [log] [blame]
{
"name": "SObjectKit",
"version": "0.1.40",
"summary": "SObjectKit makes working with Salesforce data easy.",
"description": "SObjectKit a collection of helpful utility classes and functions for working with Salesforce data types and data objects (SObjects)",
"homepage": "https://github.com/quintonwall/SObjectKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quintonwall": "@quintonwall"
},
"source": {
"git": "https://github.com/quintonwall/SObjectKit.git",
"tag": "0.1.40"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SObjectKit/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
">= 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}