blob: d2b87169175a8ca4b90271d27620edad4eb86f2c [file] [log] [blame]
{
"name": "StravaSwift",
"version": "0.4.0",
"summary": "A Swift library for the Strava API v3",
"description": "A Swift library for the Strava API v3. For complete details visit the Strava developer site.",
"homepage": "https://github.com/mpclarkson/StravaSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Clarkson": "mpclarkson@gmail.com"
},
"source": {
"git": "https://github.com/mpclarkson/StravaSwift.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/matt_pc",
"platforms": {
"ios": "9.0"
},
"source_files": "StravaSwift/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}