blob: add011e8c4da4b11e4af96967694c57f1e88283b [file] [log] [blame]
{
"name": "ExtraKit",
"version": "0.7.0",
"summary": "A collection of useful Swift extensions and scripts.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/rickbdotcom/ExtraKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Richard Burgess": "rickb@rickb.com"
},
"source": {
"git": "https://github.com/rickbdotcom/ExtraKit.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"swift_version": "5.0",
"source_files": "ExtraKit/common/*.swift",
"ios": {
"source_files": "ExtraKit/ios/*.swift"
},
"preserve_paths": "scripts/*"
}