blob: 39cfe13b8a5b9da812b3bed16dbc0db5b2df2ff5 [file] [log] [blame]
{
"name": "LyftSDK",
"version": "2.0.0",
"summary": "The official Lyft iOS SDK.",
"homepage": "https://github.com/lyft/lyft-iOS-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Server Cimen": "scimen@lyft.com"
},
"source": {
"git": "https://github.com/lyft/lyft-iOS-sdk.git",
"tag": "2.0.0"
},
"default_subspecs": "Core",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/LyftUI/Resources/**"
]
},
{
"name": "API",
"source_files": "Sources/{LyftAPI,LyftModels}/**/*.swift"
}
]
}