blob: 5b54ec18b9f139dc8ebd09d169e82b6eb166361f [file] [log] [blame]
{
"name": "BLFoundation",
"version": "0.1.0",
"summary": "基于 Foundation 的一些扩展",
"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/BLFoundation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*/**",
"Sources/*/*/**",
"Sources/**"
],
"public_header_files": [
"Sources/BLFoundation.h"
],
"frameworks": [
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}