[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 8 / 1 / b / pointzi / 2.5.0 / pointzi.podspec.json
blob12522dcb585513107b477f7717ff8be06cead3ca
2   "name": "pointzi",
3   "version": "2.5.0",
4   "summary": "Pointzi module.",
5   "description": "The Pointzi SDK  provides you with a way to experiment with and deliver in app messages and tips. Great for first time user onboarding, feature adoption, contextual in app help and providing walkthroughs of important work flows.",
6   "homepage": "https://pointzi.com",
7   "screenshots": [
9   ],
10   "license": {
11     "type": "Permissive Binary License",
12     "file": "Pointzi/LICENSE.txt"
13   },
14   "authors": {
15     "StreetHawk": "support@streethawk.com"
16   },
17   "source": {
18     "http": "https://repo.pointzi.com/sdk/pointzi/ios/2.5.0/2.5.0/pointzi-2.5.0.zip"
19   },
20   "documentation_url": "https://dashboard.pointzi.com/docs/sdks/ios/integration/",
21   "platforms": {
22     "ios": "13.0"
23   },
24   "dependencies": {
25     "paper-onboarding-pointzi": [
27     ]
28   },
29   "requires_arc": true,
30   "default_subspecs": "Lite",
31   "subspecs": [
32     {
33       "name": "Lite",
34       "platforms": {
35         "ios": "13.0"
36       },
37       "xcconfig": {
38         "OTHER_LDFLAGS": "$(inherited) -lObjC",
39         "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
40       },
41       "source_files": "Pointzi/**/*.{swift,h,m}",
42       "public_header_files": "Pointzi/Headers/*.h",
43       "vendored_libraries": "Pointzi/libPointzi.a",
44       "resource_bundles": {
45         "Pointzi": [
46           "Pointzi/Assets/**/*"
47         ]
48       },
49       "frameworks": [
50         "CoreTelephony",
51         "Foundation",
52         "CoreGraphics",
53         "UIKit",
54         "CoreSpotlight"
55       ],
56       "libraries": [
57         "sqlite3",
58         "xml2"
59       ]
60     }
61   ]