blob: e2d01cc250271c7d50e96646257366a3a9bd8550 [file] [log] [blame]
{
"name": "CDYelpFusionKit",
"version": "1.1.0",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher de Haan": "contact@christopherdehaan.me"
},
"source": {
"git": "https://github.com/chrisdhaan/CDYelpFusionKit.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/dehaan_solo",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": [
"CoreLocation",
"MapKit"
],
"dependencies": {
"AlamofireObjectMapper": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}