[Add] StripeCore 24.1.1
[CocoaPods.git] / Specs / 7 / 5 / 6 / naurt_cocoapod / 0.5.6 / naurt_cocoapod.podspec.json
blob8ca00458cd4f43ef72df206ce24ffa10143a9814
2   "name": "naurt_cocoapod",
3   "version": "0.5.6",
4   "summary": "Naurt's official cocoapod sdk",
5   "description": "Naurt's official cocoapod sdk, wrapping the ios framework into a cocoapod for legacy systems",
6   "homepage": "https://www.naurt.com",
7   "license": "Commercial",
8   "authors": {
9     "NaurtNickS": "support@naurt.com"
10   },
11   "source": {
12     "git": "https://github.com/Naurt-Ltd-Public/naurt_framework_distribution.git",
13     "branch": "main"
14   },
15   "platforms": {
16     "ios": "13.4"
17   },
18   "public_header_files": "naurt_framework.framework/Headers/*.h",
19   "source_files": "naurt_framework.framework/Headers/*.h",
20   "vendored_frameworks": "naurt_framework.framework",
21   "preserve_paths": "naurt_framework.framework/*",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATH[sdk=iphoneos*]": "$(inherited) \"$(PODS_ROOT)/naurt_framework\"",
24     "OTHERCFLAGS[sdk=iphoneos*]": "$(inherited) -iframework \"$(PODS_ROOT)/naurt_framework\"",
25     "OTHER_LDFLAGS[sdk=iphoneos*]": "$(inherited) -framework naurt_framework",
26     "ENABLE_BITCODE": "NO",
27     "VALID_ARCHS": "arm64 armv7",
28     "ONLY_ACTIVE_ARCH": "Yes",
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 armv7",
30     "SDKROOT": "iphoneos",
31     "SUPPORTED_PLATFORMS": "iphoneos",
32     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
33   },
34   "swift_versions": "5.0",
35   "dependencies": {
36     "Zip": [
38     ]
39   },
40   "pod_target_xcconfig": {
41     "VALID_ARCHS": "arm64 armv7",
42     "ONLY_ACTIVE_ARCH": "Yes",
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 armv7",
44     "ENABLE_BITCODE": "NO",
45     "SDKROOT": "iphoneos",
46     "SUPPORTED_PLATFORMS": "iphoneos",
47     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
48   },
49   "user_target_xcconfig": {
50     "VALID_ARCHS": "arm64 armv7",
51     "ONLY_ACTIVE_ARCH": "Yes",
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 armv7",
53     "ENABLE_BITCODE": "NO",
54     "SDKROOT": "iphoneos",
55     "SUPPORTED_PLATFORMS": "iphoneos",
56     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
57   },
58   "swift_version": "5.0"