blob: 7ef7f0278d465eaa34b5d000da71e0548b3dd88a [file] [log] [blame]
{
"name": "MetovaBase",
"version": "0.2.5",
"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"
},
"source": {
"git": "https://github.com/metova/MetovaBase.git",
"tag": "0.2.5"
},
"source_files": [
"MetovaBase",
"MetovaBase/**/*.{h,m,swift}"
],
"public_header_files": "MetovaBase/**/*.h",
"exclude_files": "MetovaBase/Exclude"
}