blob: 7769a528d443c69d91376d78be1671389926edc2 [file] [log] [blame]
{
"name": "LyftSDK",
"version": "1.0.2",
"summary": "The official Lyft iOS SDK.",
"homepage": "https://github.com/lyft/lyft-iOS-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Hyun Lim": "hlim@lyft.com"
},
"source": {
"git": "https://github.com/lyft/lyft-iOS-sdk.git",
"tag": "1.0.2"
},
"default_subspecs": "Core",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"resources": [
"Sources/LyftUI/Resources/**"
]
},
{
"name": "API",
"source_files": "Sources/{LyftAPI,LyftModels}/**/*.swift"
}
]
}