@24jieqi/react-native-brayant-ad 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@24jieqi/react-native-brayant-ad",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "国内广告联盟sdk封装",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,6 +16,15 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
+ # 添加穿山甲广告SDK源
20
+ s.source = {
21
+ :git => "http://gitlab.ztdzx.cn:9005/react-native/react-native-brayant-ad.git",
22
+ :tag => "#{s.version}"
23
+ }
24
+
25
+ # 穿山甲广告SDK依赖 (使用官方CocoaPods源)
26
+ s.dependency "BUAdSDK"
27
+
19
28
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
20
29
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
21
30
  if respond_to?(:install_modules_dependencies, true)