[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 5.9.0 / Pushwoosh.podspec.json
blobf6b83630a69a3b59597271b9d2618df91fbc4e33
2   "name": "Pushwoosh",
3   "version": "5.9.0",
4   "summary": "Push notifications library by Pushwoosh.",
5   "platforms": {
6     "ios": null
7   },
8   "description": "Push notifications iOS library by Pushwoosh - cross platform push notifications service. http://www.pushwoosh.com",
9   "homepage": "http://www.pushwoosh.com",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Max Konev": "max@pushwoosh.com"
16   },
17   "source": {
18     "git": "https://github.com/Pushwoosh/pushwoosh-ios-sdk.git",
19     "tag": "5.9.0"
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/Pushwoosh.framework"
23   },
24   "libraries": [
25     "stdc++",
26     "z"
27   ],
28   "frameworks": [
29     "Security",
30     "CoreLocation",
31     "StoreKit"
32   ],
33   "requires_arc": true,
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC"
36   }