2 "name": "TCFoundation",
4 "summary": "iOS OC基础库Foundation",
5 "description": "iOS OC基础库Foundation,目前支持:network、io、config、event等基础功能",
6 "homepage": "https://github.com/flatads/tcfundation",
12 "flatads": "flatincbr.dev@gmail.com"
15 "git": "https://github.com/flatads/tcfundation.git",
23 "static_framework": true,
27 "SystemConfiguration",
31 "pod_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35 "user_target_xcconfig": {
36 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
37 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
39 "vendored_frameworks": "TCFoundation/**/*.{framework}",