blob: 76199282ff6a159502a34f82c907e7d933b80c51 [file] [log] [blame]
{
"name": "SwiftExpand",
"version": "3.10.0",
"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": "3.10.0"
},
"source_files": "SwiftExpand/Classes/**/*",
"resource_bundles": {
"SwiftExpand": [
"SwiftExpand/*.xcassets"
]
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"QuartzCore",
"WebKit"
],
"swift_version": "5.0"
}