[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 9 / OfflinePay / 1.0.0 / OfflinePay.podspec.json
blob46c100d24243df9e46df261ff95b63d915f20939
2   "name": "OfflinePay",
3   "version": "1.0.0",
4   "summary": "金融平台线下收款SDK.",
5   "homepage": "http://192.168.40.57/dengzx/OfflinePay",
6   "license": "MIT",
7   "authors": {
8     "dzx": "dengzx@cncn.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "http://192.168.40.57/dengzx/OfflinePay.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "OfflinePay/*.{h,m}",
20     "OfflinePay/**/*.{h,m}",
21     "OfflinePay/**/**/*.{h,m}"
22   ],
23   "public_header_files": [
24     "OfflinePay/*.h",
25     "OfflinePay/**/*.h",
26     "OfflinePay/**/**/*.h"
27   ],
28   "resource_bundles": {
29     "OfflinePay": [
30       "OfflinePay/**/*.{png,xib,storyboard}",
31       "OfflinePay/Assets/*.{png,xib,storyboard}"
32     ]
33   },
34   "resources": [
35     "OfflinePay/Assets/*.png",
36     "OfflinePay/Modules/View/*.xib",
37     "OfflinePay/Modules/View/*.storyboard",
38     "OfflinePay/**/*/*.{xib,storyboard}"
39   ],
40   "frameworks": [
41     "UIKit",
42     "Foundation"
43   ],
44   "dependencies": {
45     "AFNetworking": [
46       "~>2.3"
47     ],
48     "MBProgressHUD": [
49       "~> 1.0"
50     ],
51     "DQAlertView": [
52       "~> 1.2.1"
53     ]
54   }