blob: 4f5090385013d53a03a7be22e8eb108feec4a0a5 [file] [log] [blame]
{
"name": "SPKit",
"version": "0.2.6",
"summary": "基于 BlFoundation 对 UIKit 的一些扩展",
"homepage": "https://github.com/linhay/SPKit.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"lin": "linhan.bigl055@outlook.com"
},
"source": {
"git": "https://github.com/linhay/SPKit.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"public_header_files": [
"Sources/SPKit.h"
],
"frameworks": [
"UIKit"
],
"requires_arc": true,
"dependencies": {
"BLFoundation": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}