blob: 1de0713a893e1acd0862aa6c9e57ed8730ef308c [file] [log] [blame]
{
"name": "ERNiftyExtensions",
"version": "3.1.7",
"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.1.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyExtensions/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"dependencies": {
"CryptoSwift": [
],
"CommonCrypto": [
]
}
}