blob: 5a7748c2a45cc6a2fe4272c399536eeb88877355 [file] [log] [blame]
{
"name": "AnyFormatProtocol",
"version": "0.5.2",
"license": "MIT",
"summary": "格式化 any? 类型",
"homepage": "https://github.com/linhay/AnyFormatProtocol",
"authors": {
"linger": "linhan.linhey@outlook.com"
},
"source": {
"git": "https://github.com/linhay/AnyFormatProtocol.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"public_header_files": [
"Sources/AnyFormatProtocol.h"
],
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"osx": {
"exclude_files": [
"Sources/AnyFormatProtocol+UIKit.swift"
]
},
"watchos": {
"exclude_files": [
"Sources/AnyFormatProtocol+UIKit.swift"
]
},
"tvos": {
"exclude_files": [
"Sources/AnyFormatProtocol+UIKit.swift"
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}