blob: 2b68a3eb9a247f790a41e9ec944296c2a572759c [file] [log] [blame]
{
"name": "libeosabi.ios",
"homepage": "https://github.com/liujunliuhong/eosabi.git",
"summary": "eos abi, support pod",
"description": "eos abi, support pod.",
"authors": {
"liujunliuhong": "1035841713@qq.com"
},
"version": "1.0.0",
"source": {
"git": "https://github.com/liujunliuhong/eosabi.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"module_name": "libeosabi",
"swift_versions": "5.0",
"requires_arc": true,
"static_framework": true,
"vendored_libraries": "Sources/*.a",
"source_files": [
"Sources/*.h",
"Sources/*.swift"
],
"public_header_files": "Sources/*.h",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"swift_version": "5.0"
}