blob: f7296ab6375192cb4bf731198aa8eeef56f6c6fe [file] [log] [blame]
{
"name": "Strive",
"version": "0.1.0",
"summary": "Strive for Strava",
"description": "Strava SDK for IOS / WatchOS in Swift",
"homepage": "https://github.com/udaypandey/Strive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Uday": "uday.pandey@gmail.com"
},
"source": {
"git": "https://github.com/udaypandey/Strive.git",
"tag": "0.1.0"
},
"source_files": [
"Strive",
"Strive/**/*.swift"
],
"public_header_files": "Strive/**/*.h",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Moya": [
"~> 13.0.1"
]
},
"swift_version": "5.0"
}