blob: ffe700ca605c08e4e9b140cb94f6bd8c7ea9523d [file] [log] [blame]
{
"name": "SJSwiftExtensions",
"version": "0.1.0",
"summary": "Common extension for Foundation and UIKit classes",
"description": "Some average description goes here to define keywords",
"homepage": "https://github.com/dimacheverda/SJSwiftExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dimacheverda": "cheverda@sjinnovation.com"
},
"source": {
"git": "https://github.com/dimacheverda/SJSwiftExtensions.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/cheverda",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "SJSwiftExtensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}