blob: d08b74f090a89fa24286e6ab044ca9814ce74a73 [file] [log] [blame]
{
"name": "VibesPush",
"version": "4.1.0",
"summary": "SDK for Vibes push messaging",
"homepage": "http://www.vibes.com",
"authors": {
"Vibes": "jean-michel.barbieri@vibes.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/vibes/push-sdk-ios.git",
"tag": "4.1.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}