[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 1 / AndroidDeviceReader / 1.0.0 / AndroidDeviceReader.podspec.json
blob4f40a89b7768aea2639a2172884cf4af59000396
2   "name": "AndroidDeviceReader",
3   "version": "1.0.0",
4   "summary": "A library for reading files from adb.",
5   "homepage": "https://github.com/kelvinjjwong/AndroidDeviceReader",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "kelvinjjwong": "kelvinjjwong@outlook.com"
11   },
12   "requires_arc": true,
13   "swift_versions": "5.0",
14   "platforms": {
15     "osx": "14.0"
16   },
17   "source": {
18     "git": "https://github.com/kelvinjjwong/AndroidDeviceReader.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/AndroidDeviceReader/**/*.swift",
22   "dependencies": {
23     "LoggerFactory": [
24       "~> 1.1.1"
25     ],
26     "SharedDeviceLib": [
27       "~> 1.0.3"
28     ]
29   },
30   "swift_version": "5.0"