[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / 3 / EALog / 1.0.0 / EALog.podspec.json
blobc3c12b88517f178115aba3e6f78323115dfbe7a1
2   "name": "EALog",
3   "module_name": "EALog",
4   "version": "1.0.0",
5   "summary": "A tiny logging framework written in Swift.",
6   "homepage": "https://github.com/Meniny/EALog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elias Abel": "admin@meniny.cn"
13   },
14   "social_media_url": "https://meniny.cn/",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/Meniny/EALog.git",
23     "tag": "1.0.0"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.1"
27   },
28   "swift_version": "4.1",
29   "requires_arc": true,
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "EALog/Core/**/*.swift"
35     }
36   ]