blob: bacf91ead35d39e78546a0b44cc800382e92513a [file] [log] [blame]
{
"name": "ERNiftyFoundation",
"version": "2.3.8",
"summary": "A library of dependencies, models, and managers useful to start any iOS project.",
"description": "A nifty foundation (sort of like a template) for any application that plans on having users, RESTful connectivity, and the most convenient CocoaPods out of the box. So basically every iOS application could use it.",
"homepage": "https://github.com/erusso1/ERNiftyFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/ERNiftyFoundation.git",
"tag": "2.3.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyFoundation/Source/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireNetworkActivityLogger": [
],
"ERNiftyExtensions": [
],
"Unbox": [
],
"Wrap": [
]
},
"pushed_with_swift_version": "4.0"
}