[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / d / 6 / NoxmobiKit / 1.0.0 / NoxmobiKit.podspec.json
blob24d7240aa53401c5079e059b4a49f06cc473e769
2   "name": "NoxmobiKit",
3   "version": "1.0.0",
4   "summary": "A complete set of monetization solution tools provided by Nox.",
5   "homepage": "https://github.com/NoxmobiSDK/NoxmobiKit",
6   "license": "MIT",
7   "authors": {
8     "nox_chong": "gaochong@bignox.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/NoxmobiSDK/NoxmobiKit.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "NoxmobiKit.framework/Headers/*.{h}",
18   "pod_target_xcconfig": {
19     "OTHER_LDFLAGS": "-lObjC"
20   },
21   "ios": {
22     "vendored_frameworks": "NoxmobiKit.framework"
23   },
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "FirebaseAnalytics",
28       "source_files": "NKFirebaseAnalyticsAdapter.framework/Headers/*.{h}",
29       "ios": {
30         "vendored_frameworks": "NKFirebaseAnalyticsAdapter.framework"
31       },
32       "dependencies": {
33         "Firebase/Analytics": [
35         ]
36       }
37     },
38     {
39       "name": "FirebaseRemoteConfig",
40       "source_files": "NKRemoteConfigAdapter.framework/Headers/*.{h}",
41       "ios": {
42         "vendored_frameworks": "NKRemoteConfigAdapter.framework"
43       },
44       "dependencies": {
45         "Firebase/RemoteConfig": [
47         ]
48       }
49     },
50     {
51       "name": "FirebaseCrashlytics",
52       "dependencies": {
53         "Firebase/Crashlytics": [
55         ]
56       }
57     }
58   ]