blob: eb2fd652adcfc57150c5d1a9ac126b05ea1e557f [file] [log] [blame]
{
"name": "NMUIExtension",
"version": "0.0.1",
"summary": "Extension on UIKit",
"description": "Add some nice things to UIKit.",
"homepage": "https://github.com/NicolasMahe/NMUIExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas MaheĢ": "nicolas@mahe.me"
},
"source": {
"git": "https://github.com/NicolasMahe/NMUIExtension.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMUIExtension/**/*.swift",
"frameworks": "CoreGraphics",
"dependencies": {
"SnapKit": [
"~> 3.0"
],
"NMCGExtension": [
]
},
"pushed_with_swift_version": "3.0"
}