[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / 6 / Octopush / 4.0.0 / Octopush.podspec.json
blob0b447cfd39092d5786aede069d00747f0314ab57
2   "name": "Octopush",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "authors": "SDOS",
7   "version": "4.0.0",
8   "license": {
9     "type": "BSD"
10   },
11   "homepage": "https://github.com/SDOS-DEV/Octopush-iOS",
12   "summary": "Librería de Octopush para el envío de notificaciones push",
13   "source": {
14     "git": "https://github.com/SDOS-DEV/Octopush-iOS.git",
15     "tag": "v4.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Security",
20     "UIKit",
21     "AudioToolbox",
22     "SystemConfiguration",
23     "Foundation",
24     "CoreGraphics"
25   ],
26   "resources": "src/Framework/Octopush.framework/OctopushBundle.bundle",
27   "weak_frameworks": [
28     "CoreLocation"
29   ],
30   "vendored_frameworks": "src/Framework/Octopush.framework",
31   "dependencies": {
32     "OctopushShared": [
34     ]
35   }