blob: 0ba79a680716eaf8c85a9cfee3215994268ef6dc [file] [log] [blame]
{
"name": "ExtraKit",
"version": "0.2.4",
"summary": "A collection of useful Swift extensions.",
"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.2.4"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "ExtraKit/common/*.swift",
"ios": {
"source_files": "ExtraKit/ios/*.swift"
},
"preserve_paths": "scripts/*",
"pushed_with_swift_version": "4.0"
}