[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / a / ArenaPay / 1.0.8 / ArenaPay.podspec.json
blob49273ca478e2853a1ac199641de237c6c7c3544b
2   "name": "ArenaPay",
3   "version": "1.0.8",
4   "summary": "集成了微信支付和支付宝",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DingLe888/ArenaPay",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "18911755085@163.com": "18911755085@163.com"
13   },
14   "source": {
15     "git": "https://github.com/DingLe888/ArenaPay.git",
16     "tag": "1.0.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ArenaPay/Classes/**/*",
22   "resources": [
23     "*.plist",
24     "*.bundle"
25   ],
26   "frameworks": [
27     "SystemConfiguration",
28     "Security",
29     "CoreTelephony",
30     "UIKit",
31     "Foundation",
32     "CFNetwork",
33     "QuartzCore",
34     "CoreText",
35     "CoreGraphics",
36     "CoreMotion"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3.0",
41     "c++"
42   ],
43   "vendored_frameworks": "Frameworks/*",
44   "vendored_libraries": "Libraries/*",
45   "pod_target_xcconfig": {
46     "OTHER_LDFLAGS": [
47       "-ObjC",
48       "-all_load"
49     ]
50   }