[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / c / 9 / Netmera / 3.14.2 / Netmera.podspec.json
blob37b3fa61503dd37bcee6f78b172df0c4899143c6
2   "name": "Netmera",
3   "version": "3.14.2",
4   "summary": "iOS SDK for Netmera mobile app engagement platform",
5   "description": "Know & understand your app users, send them targeted push notification & popup campaigns, and analyze results with Netmera!\n\nNetmera iOS SDK provides you set of tools to work seamlessly with Netmera User Engagement platform.\n\nFor details, please see https://netmera.readme.io/docs/ios-quickstart",
6   "homepage": "https://www.netmera.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Copyright 2012 Inomera Research\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "netmera": "sdk@netmera.com"
13   },
14   "source": {
15     "git": "https://github.com/Netmera/netmera-ios.git",
16     "tag": "3.14.2"
17   },
18   "social_media_url": "https://twitter.com/netmera",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "SystemConfiguration",
27     "CoreServices",
28     "CoreTelephony",
29     "CoreLocation",
30     "WebKit",
31     "QuartzCore",
32     "OpenGLES"
33   ],
34   "weak_frameworks": [
35     "UserNotifications",
36     "AppTrackingTransparency",
37     "StoreKit",
38     "WatchConnectivity"
39   ],
40   "libraries": "sqlite3",
41   "default_subspecs": [
42     "NetmeraWithAdId",
43     "Core"
44   ],
45   "subspecs": [
46     {
47       "name": "NetmeraWithAdId",
48       "platforms": {
49         "ios": "9.0"
50       },
51       "dependencies": {
52         "Netmera/Application": [
54         ],
55         "Netmera/AdIdSupport": [
57         ]
58       },
59       "frameworks": "NetmeraAdId"
60     },
61     {
62       "name": "NetmeraWithoutAdId",
63       "platforms": {
64         "ios": "9.0"
65       },
66       "dependencies": {
67         "Netmera/Application": [
69         ]
70       }
71     },
72     {
73       "name": "Application",
74       "platforms": {
75         "ios": "9.0"
76       },
77       "vendored_frameworks": "Netmera.xcframework",
78       "dependencies": {
79         "AFNetworking/NSURLSession": [
81         ],
82         "Netmera/Core": [
84         ],
85         "MMWormhole": [
86           "~> 2.0.0"
87         ],
88         "FMDB": [
90         ],
91         "UICKeyChainStore": [
92           "~>2.0"
93         ]
94       }
95     },
96     {
97       "name": "Core",
98       "platforms": {
99         "ios": "9.0"
100       },
101       "vendored_frameworks": "NetmeraCore.xcframework"
102     },
103     {
104       "name": "AdIdSupport",
105       "platforms": {
106         "ios": "9.0"
107       },
108       "vendored_frameworks": "NetmeraAdId.xcframework"
109     },
110     {
111       "name": "NotificationContentExtension",
112       "platforms": {
113         "ios": "10.0"
114       },
115       "dependencies": {
116         "MMWormhole": [
117           "~> 2.0.0"
118         ]
119       },
120       "vendored_frameworks": "NetmeraNotificationContentExtension.xcframework"
121     },
122     {
123       "name": "NotificationServiceExtension",
124       "platforms": {
125         "ios": "10.0"
126       },
127       "vendored_frameworks": "NetmeraNotificationServiceExtension.xcframework"
128     }
129   ]