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