blob: 94b5ffd1dd53f7e0af12d464a5e707501275bd91 [file] [log] [blame]
{
"name": "ERNiftyExtensions",
"version": "3.0.5",
"summary": "A library of helpful extensions for UIKit & Foundation that one iOS developer has picked up over the years.",
"description": "A codex of some very nifty extensions that make every day development just a tad easier. With classes ranging from A-Z, there is sure to be something for everyone here.",
"homepage": "https://github.com/erusso1/ERNiftyExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/ERNiftyExtensions.git",
"tag": "3.0.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyExtensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"pushed_with_swift_version": "4.0"
}