blob: fa5c81c1bb97db12d728c6a9c05278def70bb886 [file] [log] [blame]
{
"name": "NGAEssentials",
"version": "0.2.0",
"summary": "Convenience methods and extensions",
"description": "A bunch of convenience methods, extensions, and classes that I use in my projects.",
"homepage": "https://github.com/nextgenappsllc/NGAEssentials",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nextgenappsllc": "nextgenappsllc@gmail.com"
},
"source": {
"git": "https://github.com/nextgenappsllc/NGAEssentials.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NGAEssentials/Classes/**/*",
"frameworks": [
"UIKit",
"SystemConfiguration",
"CoreLocation",
"MapKit"
],
"dependencies": {
"CryptoSwift": [
"~> 0.7"
]
},
"pushed_with_swift_version": "4.0"
}