|
| 1 | +{ |
| 2 | + "name": "OctopusSDK", |
| 3 | + "version": "2.5.12.7", |
| 4 | + "summary": "OctopusSDK", |
| 5 | + "description": "TODO: Add long description of the pod here.", |
| 6 | + "homepage": "https://gitee.com/zy_octopus/octopus_ios_sdk", |
| 7 | + "license": { |
| 8 | + "type": "MIT", |
| 9 | + "file": "LICENSE" |
| 10 | + }, |
| 11 | + "authors": { |
| 12 | + "zhaojinlong": "[email protected]" |
| 13 | + }, |
| 14 | + "platforms": { |
| 15 | + "ios": "11.0" |
| 16 | + }, |
| 17 | + "static_framework": true, |
| 18 | + "libraries": [ |
| 19 | + "c++" |
| 20 | + ], |
| 21 | + "frameworks": [ |
| 22 | + "SystemConfiguration", |
| 23 | + "CoreGraphics", |
| 24 | + "Foundation", |
| 25 | + "UIKit", |
| 26 | + "AppTrackingTransparency" |
| 27 | + ], |
| 28 | + "source": { |
| 29 | + "git": "https://gitee.com/zy_octopus/octopus_ios_sdk.git", |
| 30 | + "tag": "2.5.12.7" |
| 31 | + }, |
| 32 | + "default_subspecs": "OctopusBaseSDK", |
| 33 | + "subspecs": [ |
| 34 | + { |
| 35 | + "name": "OctopusBaseSDK", |
| 36 | + "platforms": { |
| 37 | + "ios": "11.0" |
| 38 | + }, |
| 39 | + "vendored_frameworks": [ |
| 40 | + "OctopusSDK/OctAdSDK.xcframework", |
| 41 | + "OctopusSDK/OctCore.xcframework" |
| 42 | + ], |
| 43 | + "resources": "OctopusSDK/Assets/*" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "OctToponAdapterSDK", |
| 47 | + "platforms": { |
| 48 | + "ios": "11.0" |
| 49 | + }, |
| 50 | + "vendored_frameworks": "OctopusSDK/OctToponAdapterSDK.xcframework", |
| 51 | + "dependencies": { |
| 52 | + "AnyThinkiOS": [ |
| 53 | + |
| 54 | + ], |
| 55 | + "OctopusSDK/OctopusBaseSDK": [ |
| 56 | + |
| 57 | + ] |
| 58 | + } |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "OctGromoreAdapterSDK", |
| 62 | + "platforms": { |
| 63 | + "ios": "11.0" |
| 64 | + }, |
| 65 | + "vendored_frameworks": "OctopusSDK/OctGromoreAdapterSDK.xcframework", |
| 66 | + "dependencies": { |
| 67 | + "Ads-CN/BUAdSDK": [ |
| 68 | + "6.8.0.7" |
| 69 | + ], |
| 70 | + "Ads-CN/CSJMediation": [ |
| 71 | + "6.8.0.7" |
| 72 | + ], |
| 73 | + "OctopusSDK/OctopusBaseSDK": [ |
| 74 | + |
| 75 | + ] |
| 76 | + } |
| 77 | + }, |
| 78 | + { |
| 79 | + "name": "OctAmpsAdapterSDK", |
| 80 | + "platforms": { |
| 81 | + "ios": "11.0" |
| 82 | + }, |
| 83 | + "vendored_frameworks": "OctopusSDK/OctAmpsAdapterSDK.xcframework", |
| 84 | + "dependencies": { |
| 85 | + "AMPSAdSDK": [ |
| 86 | + "<=5.1.0.22" |
| 87 | + ], |
| 88 | + "OctopusSDK/OctopusBaseSDK": [ |
| 89 | + |
| 90 | + ] |
| 91 | + } |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "OctAwmAdapterSDK", |
| 95 | + "platforms": { |
| 96 | + "ios": "11.0" |
| 97 | + }, |
| 98 | + "vendored_frameworks": "OctopusSDK/OctAwmAdapterSDK.xcframework", |
| 99 | + "dependencies": { |
| 100 | + "ToBid-iOS": [ |
| 101 | + |
| 102 | + ], |
| 103 | + "OctopusSDK/OctopusBaseSDK": [ |
| 104 | + |
| 105 | + ] |
| 106 | + } |
| 107 | + }, |
| 108 | + { |
| 109 | + "name": "OctAdSDKNoShake", |
| 110 | + "platforms": { |
| 111 | + "ios": "11.0" |
| 112 | + }, |
| 113 | + "vendored_frameworks": [ |
| 114 | + "OctopusSDKNoShake/OctAdSDK.xcframework", |
| 115 | + "OctopusSDK/OctCore.xcframework" |
| 116 | + ], |
| 117 | + "resources": "OctopusSDK/Assets/*" |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "OctADSuyiAdapterSDK", |
| 121 | + "platforms": { |
| 122 | + "ios": "11.0" |
| 123 | + }, |
| 124 | + "vendored_frameworks": "OctopusSDK/OctADSuyiAdapterSDK.xcframework", |
| 125 | + "dependencies": { |
| 126 | + "ADSuyiSDK": [ |
| 127 | + |
| 128 | + ], |
| 129 | + "ADSuyiSDK/ADSuyiSDKPlatforms/tianmu": [ |
| 130 | + |
| 131 | + ], |
| 132 | + "OctopusSDK/OctopusBaseSDK": [ |
| 133 | + |
| 134 | + ] |
| 135 | + } |
| 136 | + } |
| 137 | + ] |
| 138 | +} |
0 commit comments