blob: 709c334f967554a641c570e209a5aa6a6978d7da [file] [log] [blame]
{
"name": "StravaKit",
"version": "0.0.3",
"summary": "API client for Strava written in Swift.",
"description": "Strava framework for interacting with the Strava API.",
"module_name": "StravaKit",
"homepage": "https://github.com/brennanMKE/StravaKit",
"license": "MIT",
"authors": {
"Brennan Stehling": "brennan@smallsharptools.com"
},
"source": {
"git": "https://github.com/brennanMKE/StravaKit.git",
"tag": "v0.0.3"
},
"social_media_url": "https://twitter.com/smallsharptools",
"platforms": {
"ios": "9.0"
},
"source_files": "StravaKit/*.swift",
"cocoapods_version": ">= 1.0",
"frameworks": [
"Foundation",
"CoreLocation",
"Security",
"SafariServices"
]
}