[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 1.1.4 / StackModules.podspec.json
blob5f969c72262d84c65f9367aca7a675d86b0d8153
2   "name": "StackModules",
3   "version": "1.1.4",
4   "summary": "Supported modules for Stack iOS products",
5   "description": "Supported modules for Stack iOS products. Used in Appodeal, BidMachine and DataCore",
6   "homepage": "http://www.appodeal.com",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stack": "http://www.explorestack.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackModules/1.1.4/StackModules.zip"
19   },
20   "default_subspecs": "StackProductPresentation",
21   "static_framework": true,
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "pod_target_xcconfig": {
28     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
29     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
30     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
31     "OTHER_LDFLAGS": "-lObjC"
32   },
33   "user_target_xcconfig": {
34     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
35     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
36     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
37     "OTHER_LDFLAGS": "-lObjC"
38   },
39   "subspecs": [
40     {
41       "name": "StackFoundation",
42       "vendored_frameworks": "StackFoundation.xcframework",
43       "libraries": "z",
44       "frameworks": [
45         "SafariServices",
46         "StoreKit",
47         "WebKit",
48         "CoreTelephony",
49         "SystemConfiguration",
50         "AdSupport",
51         "CoreLocation",
52         "MobileCoreServices",
53         "AVFoundation",
54         "AudioToolbox"
55       ]
56     },
57     {
58       "name": "StackUIKit",
59       "vendored_frameworks": "StackUIKit.xcframework",
60       "dependencies": {
61         "StackModules/StackFoundation": [
63         ]
64       }
65     },
66     {
67       "name": "StackProductPresentation",
68       "vendored_frameworks": "StackProductPresentation.xcframework",
69       "source_files": "Dummy.swift",
70       "dependencies": {
71         "StackModules/StackUIKit": [
73         ]
74       }
75     }
76   ],
77   "swift_version": "5.0"