blob: b11047af497308321de47294fcba96ec4c17247a [file] [log] [blame]
{
"name": "SwiftKnife",
"version": "3.1.0",
"summary": "A collection of Swift helpers and UI elements to make coding faster and more efficient.",
"homepage": "http://theinkedengineer.com",
"license": {
"type": "Apache License 2.0"
},
"authors": {
"Firas Safa": "firas@theinkedengineer.com"
},
"source": {
"git": "https://github.com/TheInkedEngineer/SwiftKnife.git",
"tag": "3.1.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": [
"SwiftKnife/Helpers/**/*.swift",
"SwiftKnife/UI/**/*.swift",
"SwiftKnife/Resources/SwiftKnife.h"
]
},
"swift_version": "5.1"
}