[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 6.0.9 / Pushwoosh.podspec.json
blob0df14f687da4e707573f1c442ff87a36436f0b94
2   "name": "Pushwoosh",
3   "version": "6.0.9",
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.0.9"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "default_subspecs": "Core",
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "ios": {
36         "vendored_frameworks": "Framework/Pushwoosh.framework"
37       },
38       "libraries": [
39         "c++",
40         "z"
41       ],
42       "frameworks": [
43         "Security",
44         "StoreKit"
45       ]
46     },
47     {
48       "name": "Geozones",
49       "ios": {
50         "vendored_frameworks": "Framework/PushwooshGeozones.framework"
51       },
52       "frameworks": "CoreLocation",
53       "dependencies": {
54         "Pushwoosh/Core": [
56         ]
57       }
58     }
59   ]