blob: 2caf787c37f55e5cd0fefc814207c4681578f2a6 [file] [log] [blame]
{
"name": "SPKit",
"version": "0.2.3",
"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.3"
},
"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"
}
}