blob: fa2ffb2fe9f5abca95053d9afe67cbd5e917ae2c [file] [log] [blame]
{
"name": "ERNiftyFoundation",
"version": "2.0.6",
"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.0.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyFoundation/Source/**/*",
"dependencies": {
"Alamofire": [
],
"Armchair": [
],
"DZNEmptyDataSet": [
],
"ERNiftyExtensions": [
],
"PhoneNumberKit": [
],
"Starscream": [
],
"Unbox": [
],
"Wrap": [
]
},
"pushed_with_swift_version": "4.0"
}