2 "name": "naurt_cocoapod",
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",
9 "NaurtNickS": "support@naurt.com"
12 "git": "https://github.com/Naurt-Ltd-Public/naurt_framework_distribution.git",
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/*",
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 "SDKROOT": "iphoneos",
28 "SUPPORTED_PLATFORMS": "iphoneos",
29 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31 "swift_versions": "5.0",
37 "pod_target_xcconfig": {
38 "VALID_ARCHS": "arm64 armv7",
39 "ONLY_ACTIVE_ARCH": "Yes",
40 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 armv7",
41 "ENABLE_BITCODE": "NO",
42 "SDKROOT": "iphoneos",
43 "SUPPORTED_PLATFORMS": "iphoneos"
45 "user_target_xcconfig": {
46 "VALID_ARCHS": "arm64 armv7",
47 "ONLY_ACTIVE_ARCH": "Yes",
48 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 armv7",
49 "ENABLE_BITCODE": "NO",
50 "SDKROOT": "iphoneos",
51 "SUPPORTED_PLATFORMS": "iphoneos"
53 "swift_version": "5.0"