[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 3 / c / MRTableViewManager / 0.1.2 / MRTableViewManager.podspec.json
blob4ba2dd35ee5d63c0cce694b74b936c631c453020
2   "name": "MRTableViewManager",
3   "version": "0.1.2",
4   "summary": "MRTableViewManager is a nice lib.",
5   "description": "This is a lib to help handle tableviewcontrollers and viewcellcontrollers",
6   "homepage": "https://github.com/marceloreis13/MRTableViewManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcelo Reis": "marcello@marcelloreis.com"
13   },
14   "source": {
15     "git": "https://github.com/marceloreis13/MRTableViewManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MRTableViewManager/Classes/**/*",
22   "dependencies": {
23     "SwiftyJSON": [
24       "~>2.3.2"
25     ]
26   }