[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / d / 2 / PushwooshXCFramework / 6.4.12 / PushwooshXCFramework.podspec.json
blob906dc4435c1a8c264d3198952843900dd5f1ad05
2   "name": "PushwooshXCFramework",
3   "version": "6.4.12",
4   "summary": "Push notifications library by Pushwoosh.",
5   "platforms": {
6     "ios": "9.0"
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": "6.4.12"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "ios": {
30         "vendored_frameworks": "XCFramework/Pushwoosh.xcframework"
31       },
32       "libraries": [
33         "c++",
34         "z"
35       ],
36       "frameworks": [
37         "Security",
38         "StoreKit"
39       ]
40     },
41     {
42       "name": "Geozones",
43       "ios": {
44         "vendored_frameworks": "XCFramework/PushwooshGeozones.xcframework"
45       },
46       "frameworks": "CoreLocation",
47       "dependencies": {
48         "PushwooshXCFramework/Core": [
50         ]
51       }
52     }
53   ]