blob: f7818f4a1f1390a4dc18cb6cac4f17dc3f804afa [file] [log] [blame]
{
"name": "SwiftKnife",
"version": "2.0.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": "2.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": [
"SwiftKnife/Helpers/**/*.swift",
"SwiftKnife/UI/**/*.swift",
"SwiftKnife/Resources/SwiftKnife.h"
]
},
"swift_version": "5.0"
}