blob: c92ea7108e197d450eb12becca7b2f7f7ea1d291 [file] [log] [blame]
{
"name": "ExtraKit",
"version": "0.4.1",
"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.4.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "ExtraKit/common/*.swift",
"ios": {
"source_files": "ExtraKit/ios/*.swift"
},
"preserve_paths": "scripts/*"
}