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