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