blob: 95ea00c150d7b54e787a3484d3aebfc43ef48377 [file] [log] [blame]
{
"name": "StravaSwift",
"version": "0.2.1",
"summary": "A Swift library for the Strava API v3",
"description": "A Swift library for the Strava API v3",
"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.2.1"
},
"social_media_url": "https://twitter.com/matt_pc",
"platforms": {
"ios": "9.0"
},
"source_files": "StravaSwift/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}