[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 5.1.5 / Pushwoosh.podspec.json
blob4419bfcd46a243b558ee898e8f3100d454e4d9e9
2   "name": "Pushwoosh",
3   "version": "5.1.5",
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.1.5"
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   }