[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 7 / a / ERNiftyFoundation / 2.5.3 / ERNiftyFoundation.podspec.json
blob7adb9e42343fcf3c9cb0cba433565c78063bc8a4
2   "name": "ERNiftyFoundation",
3   "version": "2.5.3",
4   "summary": "A library of dependencies, models, and managers useful to start any iOS project.",
5   "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.",
6   "homepage": "https://github.com/erusso1/ERNiftyFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "erusso1": "ephraim.s.russo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/erusso1/ERNiftyFoundation.git",
16     "tag": "2.5.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "watchos": "4.0"
21   },
22   "source_files": "ERNiftyFoundation/Source/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "AlamofireNetworkActivityLogger": [
29     ],
30     "Unbox": [
32     ],
33     "Wrap": [
35     ]
36   }