blob: 3180c2396463ea9f34ac2de6e04b5b0d460e9316 [file] [log] [blame]
{
"name": "NMUIExtension",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMUIExtension/**/*.swift",
"frameworks": "CoreGraphics",
"dependencies": {
"SnapKit": [
"~> 3.0"
],
"NMCGExtension": [
]
},
"pushed_with_swift_version": "3.0"
}