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