[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / c / 8 / 9 / MIAPay / 15.0.9 / MIAPay.podspec.json
blob2a60a726961565f05113b36feef883413e70d3c9
2   "name": "MIAPay",
3   "version": "15.0.9",
4   "summary": "use for pay.",
5   "description": "*use for pay\n* use for greater than ios 7.0",
6   "homepage": "https://github.com/tianjackyang/MIAPay",
7   "license": "MIT",
8   "authors": {
9     "tianjackyang": "919548782@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tianjackyang/MIAPay.git",
16     "tag": "15.0.9",
17     "submodules": true
18   },
19   "source_files": [
20     "Pod",
21     "Pod/MIAPayHeader.h"
22   ],
23   "public_header_files": "Pod/MIAPayHeader.h",
24   "resources": "Pod/Resource/AlipaySDK.bundle",
25   "frameworks": [
26     "CoreMotion",
27     "CFNetwork",
28     "Foundation",
29     "UIKit",
30     "CoreGraphics",
31     "CoreText",
32     "QuartzCore",
33     "CoreTelephony",
34     "SystemConfiguration"
35   ],
36   "libraries": [
37     "c++",
38     "z"
39   ],
40   "requires_arc": true,
41   "subspecs": [
42     {
43       "name": "openssl",
44       "source_files": "Pod/openssl/**/*.{h}",
45       "public_header_files": "Pod/openssl/*.h",
46       "header_dir": "openssl"
47     },
48     {
49       "name": "Util",
50       "dependencies": {
51         "MIAPay/openssl": [
53         ]
54       },
55       "source_files": "Pod/Util/**/*.{h,m}",
56       "public_header_files": "Pod/Util/*.h"
57     },
58     {
59       "name": "Core",
60       "dependencies": {
61         "MIAPay/Util": [
63         ]
64       },
65       "source_files": "Pod/Core/**/*.{h,m}",
66       "public_header_files": "Pod/Core/**/*.{h}",
67       "vendored_frameworks": "Pod/Framework/AlipaySDK.framework",
68       "vendored_libraries": [
69         "Pod/Lib/libssl.a",
70         "Pod/Lib/libcrypto.a"
71       ]
72     }
73   ]