blob: 24887efd78152d34164c424c7585256db4128b5e [file] [log] [blame]
{
"name": "StravaKit",
"version": "0.5.0",
"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.5.0"
},
"social_media_url": "https://twitter.com/smallsharptools",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "StravaKit/*.swift",
"cocoapods_version": ">= 1.0",
"frameworks": [
"Foundation",
"CoreLocation",
"Security"
]
}