[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / 8 / 6 / StackProtobuf / 0.8.5 / StackProtobuf.podspec.json
blob598bddada3867fa25540350b1f6019316c6f7ecf
2   "name": "StackProtobuf",
3   "version": "0.8.5",
4   "summary": "Provides API models for iOS Stack products",
5   "description": "Provides API models for iOS Stack products. Includes Objective-C models for Appodeal, BidMachine and DataCore SDKs",
6   "homepage": "https://appodealstack.com",
7   "license": {
8     "type": "Commercial License",
9     "text": "Copyright 2023. Appodeal Inc. All rights reserved.\nThe StackProtobuf is available under a commercial license (https://appodeal.com/sdk-license-agreement)."
10   },
11   "authors": {
12     "Stack iOS Team": "https://appodealstack.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackProtobuf/0.8.5/StackProtobuf.zip"
19   },
20   "dependencies": {
21     "Protobuf": [
22       "~> 3.13"
23     ]
24   },
25   "vendored_frameworks": "StackProtobuf.xcframework",
26   "requires_arc": false,
27   "pod_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
29     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
30     "VALID_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64"
31   }