blob: 94d6896feba9460d39378ce25c865370793156db [file] [log] [blame]
{
"name": "VibesPush",
"version": "3.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"
},
"source": {
"git": "https://github.com/vibes/push-sdk-ios.git",
"tag": "3.1.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}