blob: ac0cfbb03193601fbd92131301e53f0cc62816df [file] [log] [blame]
{
"name": "SObjectKit",
"version": "0.1.37",
"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.37"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SObjectKit/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 2.0"
]
},
"pushed_with_swift_version": "2.3"
}