blob: de2ea9c8523c498602916b145325f554bc9addc0 [file] [log] [blame]
{
"name": "SwiftExpand",
"version": "2.7.2",
"summary": "系统类功能扩展.",
"description": "主要通过分类实现",
"homepage": "https://github.com/shang1219178163/SwiftExpand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"source": {
"git": "https://github.com/shang1219178163/SwiftExpand.git",
"tag": "2.7.2"
},
"source_files": "SwiftExpand/Classes/**/*",
"resource_bundles": {
"SwiftExpand": [
"SwiftExpand/*.xcassets"
]
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"CoreTelephony",
"GLKit",
"QuartzCore",
"WebKit"
],
"swift_version": "5.0"
}