blob: 06d7ce955c8d203a6d80d8feab74a4314785c98a [file] [log] [blame]
{
"name": "ConvenientSwift",
"version": "0.5.0",
"summary": "Some useful Swift extensions for IOS development.",
"description": "ConvenientSwift is a library containing some convenient extensions for UIKit, Foundation, CoreGraphics and Swift Standart Library. Also there are some usefull stuff for developing.",
"homepage": "https://github.com/artbobrov/ConvenientSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Bobrov": "artembobrov3059@gmail.com"
},
"source": {
"git": "https://github.com/artbobrov/ConvenientSwift.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}"
}
}