blob: d7cda6d9f99c70221d4a5bfac276a9f8827f12b5 [file] [log] [blame]
{
"name": "LSExtensions",
"version": "0.0.8",
"swift_version": "4.1",
"summary": "Collection of Usable Extension.",
"description": "LSExtensions is my extension collection to reuse for my several apps.",
"homepage": "https://github.com/2sem/LSExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "YoungJun Lee",
"social_media_url": "http://www.facebook.com/youngjun.lee.3998",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/2sem/LSExtensions.git",
"tag": "0.0.8"
},
"source_files": [
"*/Extensions/*.swift",
"*/Extensions/*/*.swift",
"**/*.{h,m}"
]
}