blob: 35c613ec9f5102776d7e52dc84e875b40b15ce5a [file] [log] [blame]
{
"name": "StravaResultKit",
"version": "0.0.2",
"summary": "Result type API built on top of StravaKit",
"description": "Swift framework for integrating with the Strava API using Result type.",
"module_name": "StravaResultKit",
"homepage": "https://github.com/StravaKit/StravaResultKit",
"license": "MIT",
"authors": {
"Brennan Stehling": "brennan@smallsharptools.com"
},
"source": {
"git": "https://github.com/StravaKit/StravaResultKit.git",
"tag": "v0.0.2"
},
"social_media_url": "https://twitter.com/smallsharptools",
"source_files": "Sources/*.swift",
"cocoapods_version": ">= 1.0",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"frameworks": [
"Foundation",
"CoreLocation",
"Security"
],
"dependencies": {
"StravaKit": [
"~> 0.9"
],
"Result": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}