[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / f / 7 / 0 / SmartechNudges / 8.5.3 / SmartechNudges.podspec.json
blobf95e18c1f5811bfa42b8c71e4e9f9418f5d5b66e
2   "name": "SmartechNudges",
3   "version": "8.5.3",
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   "user_target_xcconfig": {
19     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
20   },
21   "source": {
22     "git": "https://github.com/NetcoreSolutions/SmartechNudges.git",
23     "tag": "8.5.3"
24   },
25   "ios": {
26     "vendored_frameworks": "SmartechNudges/framework/SmartechNudges.framework",
27     "frameworks": [
28       "CFNetwork",
29       "Security"
30     ]
31   },
32   "resource_bundles": {
33     "iohanseliOS": [
34       "SmartechNudges/publickey.der",
35       "SmartechNudges/Info.plist",
36       "SmartechNudges/**/*.{png}",
37       "SmartechNudges/allPublicViews.json}"
38     ]
39   },
40   "preserve_paths": "SmartechNudges/**/*",
41   "libraries": [
42     "icucore",
43     "sqlite3"
44   ],
45   "dependencies": {
46     "Smartech-iOS-SDK": [
47       ">=3.1.0"
48     ]
49   }