blob: e748829857ed3e4f21b6fc43f19847163a507898 [file] [log] [blame]
{
"name": "ERNiftyExtensions",
"version": "2.3.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": "2.3.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyExtensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"pushed_with_swift_version": "3.1"
}