blob: b2c0a91b683d5efa4b8aab9a28f0b51ce852240a [file] [log] [blame]
{
"name": "ODataSwift",
"version": "1.0.0",
"summary": "The utility package for OData Client in Swift",
"description": "ODataSwift is simple utility swift wrapper to generate OData Query V4 that works on iOS and OS X. Makes using ODataSwift builder pattern APIs extremely easy and much more palatable to use in Swift",
"homepage": "https://github.com/developer-celusion/ODataSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developer@celusion.com": "developer@celusion.com"
},
"source": {
"git": "https://github.com/developer-celusion/ODataSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/ODataSwift/**/*"
}