blob: a96403626e479661a1f2e067f6b16d52f5f25af8 [file] [log] [blame]
{
"name": "AnyFormatProtocol",
"version": "0.5.1",
"summary": "格式化 any? 类型",
"homepage": "https://github.com/linhay/AnyFormatProtocol",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"linger": "linhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/linhay/AnyFormatProtocol.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"public_header_files": [
"Sources/AnyFormatProtocol.h"
],
"frameworks": [
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}