blob: 06a84457f239500cca495224582118fd01a0c6f8 [file] [log] [blame]
{
"name": "RoverAppExtensions",
"version": "2.1.0",
"summary": "Rover iOS App Extensions",
"homepage": "https://www.rover.io",
"license": "Apache License, Version 2.0",
"authors": {
"Rover Labs Inc.": "support@rover.io"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/RoverPlatform/rover-ios.git",
"tag": "v2.1.0"
},
"cocoapods_version": ">= 1.4.0",
"source_files": [
"Sources/Foundation/**/*.swift",
"Sources/AppExtensions/**/*.swift"
],
"frameworks": [
"MobileCoreServices",
"UserNotifications"
]
}