blob: 904d3dc2aa44db5fde543261698677f33a5261fb [file] [log] [blame]
{
"name": "Swift_X",
"version": "0.0.6",
"summary": "A collection of useful Swift Extensions.",
"description": "This repository provide all kinds of extensions for Swift developer",
"homepage": "https://github.com/imWalsh/Swift_X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Walsh": "wshjay@live.cn"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/imWalsh/Swift_X.git",
"tag": "0.0.6"
},
"source_files": "Extension/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"Accelerate"
]
},
"requires_arc": true,
"swift_version": "5.0"
}