[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 0 / f / 2 / iOSCoreModule / 0.14.1 / iOSCoreModule.podspec.json
blob5d9aeaf22a6439dd3f11654a944c3bcd17353940
2   "name": "iOSCoreModule",
3   "version": "0.14.1",
4   "summary": "Sample pod that includes Core and optional doc module",
5   "description": "Custom sample sdk cocoapods to test core and optional module. Includes core and optional doc module",
6   "homepage": "https://github.com/AdrianaPineda/iOSCoreModule",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "apineda-truora": "apineda@truora.com"
13   },
14   "user_target_xcconfig": {
15     "OTHER_LDFLAGS": "-ObjC -lc++ -lz",
16     "CLANG_MODULES_AUTOLINK": "YES"
17   },
18   "source": {
19     "git": "https://github.com/AdrianaPineda/iOSCoreModule.git",
20     "tag": "0.14.1"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "subspecs": [
26     {
27       "name": "iOSCoreOnlyModule",
28       "vendored_frameworks": [
29         "Products/iOSCoreModule.xcframework"
30       ]
31     },
32     {
33       "name": "iOSDocModule",
34       "vendored_frameworks": [
35         "Products/iOSDocModule.xcframework"
36       ]
37     }
38   ]