blob: 7ea9fc6de8263c8d96975d98efeb9f30a6f9430f [file] [log] [blame]
{
"name": "MetovaBase",
"version": "2.0.0",
"summary": "A collection of useful subclasses extending UIKit's functionality.",
"homepage": "http://metova.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Griffith": "nick.griffith@metova.com",
"Logan Gauthier": "logan.gauthier@metova.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/metova/MetovaBase.git",
"tag": "2.0.0"
},
"source_files": [
"MetovaBase",
"MetovaBase/**/*.{h,m,swift}"
],
"public_header_files": "MetovaBase/**/*.h",
"exclude_files": "MetovaBase/Exclude"
}