blob: d9dbc982a1d8b2d8163fd58311d01e8deb9933b7 [file] [log] [blame]
{
"name": "StravaSwift",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/matt_pc",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/StravaSwift/**/*",
"dependencies": {
"Alamofire": [
"~> 4"
],
"SwiftyJSON": [
"~> 5"
]
},
"swift_version": "5.0"
}