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