blob: e775da5b0f52dbf540f0590193efc095fc8cdd82 [file] [log] [blame]
{
"name": "SwiftMinions",
"version": "0.0.2",
"summary": "SwiftMinions",
"description": "Helper function is always useful for any project, such as frame size, string, date convertion.\n\nThis framework is used for my porject for quick and safy develope. My goal of this project will includes network,\n\ncache, log and some basic UI component.",
"homepage": "https://github.com/SwiftMinions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chen Stephen": "tasb00429@gmail.com"
},
"source": {
"git": "https://github.com/SwiftMinions/SwiftMinions.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"default_subspecs": "Core",
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/SwiftMinions/UIKit",
"frameworks": "Foundation"
}
],
"swift_version": "4.2"
}