[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / e / 5 / LBPay / 1.0.1 / LBPay.podspec.json
bloba68cd3c65986cfb782acef5bda3ca11f146ee4f9
2   "name": "LBPay",
3   "version": "1.0.1",
4   "summary": "LBPay",
5   "description": "支付组件测试",
6   "homepage": "https://github.com/iOSLuo/LBPay.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "罗博": "boluo1992@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/iOSLuo/LBPay.git",
19     "tag": "1.0.1"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "ZDBaseModule": [
25     ]
26   },
27   "prefix_header_contents": "#import \"LBPayMacros.h\"",
28   "subspecs": [
29     {
30       "name": "FSTextView",
31       "source_files": [
32         "LBPay",
33         "LBPay/FSTextView/*.{h,m,mm,swift}"
34       ],
35       "public_header_files": "LBPay/FSTextView/*.h"
36     },
37     {
38       "name": "Resources",
39       "resources": "LBPay/Resources/resources.bundle"
40     }
41   ]