| { |
| "name": "SwiftExpand", |
| "version": "1.8.3.4", |
| "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": "1.8.3.4" |
| }, |
| "source_files": "SwiftExpand/*.swift", |
| "resource_bundles": { |
| "SwiftExpand": [ |
| "SwiftExpand/Resources/*.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" |
| } |