blob: 94939467949a84fa2d9f3087241ffb56cc55bbb0 [file] [log] [blame]
{
"name": "ERNiftyFoundation",
"version": "2.4.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.4.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ERNiftyFoundation/Source/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireNetworkActivityLogger": [
],
"ERNiftyExtensions": [
],
"SwiftKeychainWrapper": [
],
"Unbox": [
],
"Wrap": [
]
}
}