blob: 35f49e46dd3ddcedc005048d2a23df3dbc3136ab [file] [log] [blame]
{
"name": "CDYelpFusionKit",
"version": "2.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extensive Swift wrapper for the Yelp Fusion API.",
"description": "This Swift wrapper covers all possible network endpoints and responses for the Yelp Fusion API.",
"homepage": "https://github.com/chrisdhaan/CDYelpFusionKit",
"authors": {
"Christopher de Haan": "contact@christopherdehaan.me"
},
"source": {
"git": "https://github.com/chrisdhaan/CDYelpFusionKit.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Source/*.swift",
"resources": [
"Resources/*.xcassets"
],
"dependencies": {
"Alamofire": [
"5.2.2"
],
"ObjectMapper": [
"4.2.0"
]
},
"swift_version": "5.2"
}