blob: 0819c9d3e61edcb8fcde1d28bc0ad673ac3ce920 [file] [log] [blame]
{
"name": "ZestySwiftContentEndpointWrapper",
"version": "0.1.0",
"summary": "An easy way to access the Zesty.io Basic JSON API as well as your own custom JSON Endpoints.",
"swift_version": "4.0",
"description": "The ZestyJSONAPI allows users to access their data on their Zesty.io hosted website in an easy way. It provides a framework to easily get data using the Basic JSON API, and also lets users get data from their own custom endpoints.",
"homepage": "https://github.com/zesty-io/ZestySwiftContentEndpointWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ronakdev": "ronak.shah.zesty@gmail.com"
},
"source": {
"git": "https://github.com/zesty-io/ZestySwiftContentEndpointWrapper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/zestyio",
"platforms": {
"ios": "10.0"
},
"source_files": "ZestySwiftContentEndpointWrapper/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
],
"Alamofire": [
"~> 4.7"
]
}
}