[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 8 / Mint / 1.0.0 / Mint.podspec.json
blob6973ed99e55cbc7a593d42c100507e225122979a
2   "name": "Mint",
3   "module_name": "Mint",
4   "version": "1.0.0",
5   "summary": "A hunan readable HTTP request library in Swift.",
6   "description": "Mint is a hunan readable HTTP request library in Swift.",
7   "homepage": "https://github.com/Meniny/Mint",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Elias Abel": "admin@meniny.cn"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/Meniny/Mint.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "Mint/**/*.swift",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.1"
30   },
31   "swift_version": "4.1",
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Mint/Core/**/*.swift"
37     }
38   ]