[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 2 / LoganSwift / 1.1.2 / LoganSwift.podspec.json
blob76d7477e1645f76596595585092ec1a047eebdca
2   "name": "LoganSwift",
3   "version": "1.1.2",
4   "summary": "Logan is a lightweight case logging system based on mobile platform.",
5   "swift_version": "4.2",
6   "description": "LoganSwift is a pure Swift implemented kit on top of Clogan. Logan is a lightweight case logging system based on mobile platform.",
7   "homepage": "https://github.com/LawrenceHan/Logan",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "LawrenceHan": "yangfei6565@163.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/LawrenceHan/Logan.git",
22     "tag": "1.1.2"
23   },
24   "source_files": [
25     "Logan/LoganSwift/LoganSwift/*.{swift,h}",
26     "Logan/Clogan/*.{h,c}",
27     "Logan/mbedtls/**/*.{h,c}"
28   ],
29   "public_header_files": "Logan/LoganSwift/LoganSwift/*.h",
30   "pod_target_xcconfig": {
31     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LoganSwift/Logan/Clogan/**",
32     "HEADER_SEARCH_PATHS": "$(SRCROOT)/LoganSwift/Logan/mbedtls/include/"
33   },
34   "preserve_paths": "Logan/Clogan/module.modulemap",
35   "libraries": "z"