blob: ead02059d97e0831053d6dc600d48c6dd1edf652 [file] [log] [blame]
{
"name": "SPKit",
"version": "0.1.5",
"summary": "基于 BlFoundation 对 UIKit 的一些扩展",
"homepage": "https://github.com/bigL055/SPKit.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"lin": "linhan.bigl055@outlook.com"
},
"source": {
"git": "https://github.com/bigL055/SPKit.git",
"tag": "0.1.5"
},
"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"
}
}