blob: 4cca96348dfa5f57b96037d6ed28c34f6b97cc7b [file] [log] [blame]
{
"name": "Octopush",
"platforms": {
"ios": "8.0"
},
"authors": "SDOS",
"version": "4.0.5",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/SDOS-DEV/Octopush-iOS",
"summary": "Librería de Octopush para el envío de notificaciones push",
"source": {
"git": "https://github.com/SDOS-DEV/Octopush-iOS.git",
"tag": "v4.0.5"
},
"requires_arc": true,
"frameworks": [
"Security",
"UIKit",
"AudioToolbox",
"SystemConfiguration",
"Foundation",
"CoreGraphics"
],
"resources": "src/Framework/Octopush.framework/OctopushBundle.bundle",
"weak_frameworks": [
"CoreLocation"
],
"vendored_frameworks": "src/Framework/Octopush.framework",
"dependencies": {
"OctopushShared": [
]
}
}