blob: 5c278c6192ff1b2d0b2f11935278124818f0e40d [file] [log] [blame]
{
"name": "SwiftDevHints",
"version": "1.9.0",
"summary": "A very useful set of development tools.",
"description": "SwiftDevHints is a very useful set of development tools.",
"homepage": "https://github.com/derekcoder/SwiftDevHints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"derekcoder": "derekcoder@gmail.com"
},
"source": {
"git": "https://github.com/derekcoder/SwiftDevHints.git",
"tag": "1.9.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"SwiftDevHints/Sources/*.swift",
"SwiftDevHints/SwiftDevHints.h"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}