[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 5.3.4 / Pushwoosh.podspec.json
blob6f6fda5cf67b224643d3294c7fbd256a148bb871
2   "name": "Pushwoosh",
3   "version": "5.3.4",
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.3.4"
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/Pushwoosh.framework"
23   },
24   "frameworks": [
25     "Security",
26     "CoreLocation",
27     "StoreKit"
28   ],
29   "requires_arc": true,
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   }