blob: 306277c0340fac4dca041a1058618662eb90821d [file] [log] [blame]
{
"name": "KSYelpKit",
"version": "1.0.0",
"summary": "A wrapper around the Yelp Fusion API written in Swift.",
"description": "A wrapper around the Yelp Fusion API that contains all valid endpoints and responses.",
"homepage": "https://github.com/kschins/YelpKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Kasey Schindler",
"social_media_url": "http://twitter.com/kschins",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/kschins/YelpKit.git",
"tag": "1.0.0"
},
"source_files": "YelpKit/YelpKit/*.swift",
"resources": [
"YelpKit/YelpKit/*.xcassets"
],
"swift_version": "4.2"
}