[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / 6 / 4 / SwiftFileManager / 0.3.1 / SwiftFileManager.podspec.json
blobfe3ca9667886ff1d421bb1224aa8a4416f07cc48
2   "name": "SwiftFileManager",
3   "version": "0.3.1",
4   "summary": "A handy Swift extension that makes life easier when dealing with files on iOS / Mac OS X.",
5   "homepage": "https://github.com/BellAppLab/SwiftFileManager",
6   "license": "MIT",
7   "authors": {
8     "Bell App Lab": "apps@bellapplab.com"
9   },
10   "source": {
11     "git": "https://github.com/BellAppLab/SwiftFileManager.git",
12     "tag": "0.3.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "frameworks": [
20     "UIKit",
21     "MapKit"
22   ],
23   "dependencies": {
24     "Backgroundable": [
25       "~> 0.1"
26     ],
27     "BLLogger": [
28       "~> 0.1"
29     ],
30     "Stringer": [
31       "~> 0.1"
32     ]
33   }