[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 0 / SmartechNudges / 8.5.5 / SmartechNudges.podspec.json
blobd07dce0fd7a3de016a8e7400cfe6464998a075f6
2   "name": "SmartechNudges",
3   "version": "8.5.5",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "summary": "SmartechNudges is for adding no code nudges in the app.",
8   "description": "SmartechNudges framework powers developers to rapidly experiment and add native iOS nudges without any code.",
9   "homepage": "https://netcoresmartech.com",
10   "license": {
11     "type": "Commercial",
12     "text": "See https://netcoresmartech.com/"
13   },
14   "authors": {
15     "netcoresmartech": "sales@netcoresmartech.com"
16   },
17   "documentation_url": "https://docs.netcoresmartech.com/",
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
24   },
25   "source": {
26     "git": "https://github.com/NetcoreSolutions/SmartechNudges.git",
27     "tag": "8.5.5"
28   },
29   "ios": {
30     "vendored_frameworks": "SmartechNudges/framework/SmartechNudges.framework",
31     "frameworks": [
32       "CFNetwork",
33       "Security"
34     ]
35   },
36   "resource_bundles": {
37     "iohanseliOS": [
38       "SmartechNudges/publickey.der",
39       "SmartechNudges/Info.plist",
40       "SmartechNudges/**/*.{png}",
41       "SmartechNudges/allPublicViews.json}"
42     ]
43   },
44   "preserve_paths": "SmartechNudges/**/*",
45   "libraries": [
46     "icucore",
47     "sqlite3"
48   ],
49   "dependencies": {
50     "Smartech-iOS-SDK": [
51       ">=3.1.0"
52     ]
53   }