[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / 9 / MTCache / 1.0.0 / MTCache.podspec.json
blobad1ec53df5c3e19cedabf65533a8c911c6beee4f
2   "name": "MTCache",
3   "version": "1.0.0",
4   "summary": "一个轻量级数据缓存库",
5   "homepage": "https://github.com/Metoos/MTCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Metoos": "zjqnzb92@dingtalk.com"
12   },
13   "source": {
14     "git": "https://github.com/Metoos/MTCache.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "vendored_frameworks": "MTCache/**/*.{framework}",
21   "dependencies": {
22     "YYCache": [
24     ],
25     "YYModel": [
27     ]
28   },
29   "static_framework": true,
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }