blob: 55fde40fe36dd3c804c47a91a183c6537a32b67e [file] [log] [blame]
{
"name": "LyftSDK",
"version": "1.0.6",
"summary": "The official Lyft iOS SDK.",
"homepage": "https://github.com/lyft/lyft-iOS-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Gilad Gurantz": "gilad@lyft.com"
},
"source": {
"git": "https://github.com/lyft/lyft-iOS-sdk.git",
"tag": "1.0.6"
},
"default_subspecs": "Core",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/LyftUI/Resources/**"
]
},
{
"name": "API",
"source_files": "Sources/{LyftAPI,LyftModels}/**/*.swift"
}
]
}