blob: 4607a28be38624c36f560da80cdd7723ab4eaaeb [file] [log] [blame]
{
"name": "SJSwiftExtensions",
"version": "0.1.1",
"summary": "Common extension for Foundation and UIKit classes",
"description": "Common extension for basic classes and types to speed up development time.",
"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.1"
},
"social_media_url": "https://twitter.com/cheverda",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "SJSwiftExtensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}