blob: 959259adf65c0fb37dd69ab27749a95067b54760 [file] [log] [blame]
{
"name": "PlaceholderKit",
"version": "0.0.1",
"summary": "Create placeholder images. In Swift.",
"homepage": "https://github.com/simonlee2/PlaceholderKit",
"description": "PlaceholderKit generates images that you can use for testing during development.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Simon Lee": "dev.simonlee@gmail.com"
},
"source": {
"git": "https://github.com/simonlee2/PlaceholderKit.git",
"tag": "0.0.1"
},
"source_files": "Sources",
"exclude_files": "Sources/**/*.plist",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"swift_version": "4.2"
}