[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 6.5.0 / Pushwoosh.podspec.json
blobf0f4612f5d1a461403fbf608ff579dc42d63de54
2   "name": "Pushwoosh",
3   "version": "6.5.0",
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.5.0"
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": "Framework/Pushwoosh.framework"
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": "Framework/PushwooshGeozones.framework"
45       },
46       "frameworks": "CoreLocation",
47       "dependencies": {
48         "Pushwoosh/Core": [
50         ]
51       }
52     }
53   ]