[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / a / 6 / LDZFInfiniteLoopView / 0.1.0 / LDZFInfiniteLoopView.podspec.json
blob62fab155a42baeeb68c3a09902c718d0c346206c
2   "name": "LDZFInfiniteLoopView",
3   "version": "0.1.0",
4   "summary": "A short description of LDZFInfiniteLoopView.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/LDZFInfiniteLoopView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ZiOS-Repo/LDZFInfiniteLoopView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFInfiniteLoopView/**/LDZFInfiniteLoopView.h",
22   "source_files": "LDZFInfiniteLoopView/**/LDZFInfiniteLoopView.h",
23   "subspecs": [
24     {
25       "name": "LoopViewCore",
26       "source_files": "LDZFInfiniteLoopView/**/LoopViewCore/*",
27       "dependencies": {
28         "LDZFCommon": [
30         ],
31         "LDZFCategories": [
33         ]
34       }
35     },
36     {
37       "name": "LoopViewStyle1",
38       "source_files": "LDZFInfiniteLoopView/**/LoopViewStyle1/*.{h,m}",
39       "dependencies": {
40         "LDZFMath": [
42         ],
43         "LDZFCategories": [
45         ],
46         "LDZFUIKit/LDZFImageView": [
48         ],
49         "LDZFInfiniteLoopView/LoopViewCore": [
51         ]
52       },
53       "resource_bundles": {
54         "LoopViewStyle1": [
55           "LDZFInfiniteLoopView/Classes/LoopViewStyle1/Assets/*"
56         ]
57       }
58     },
59     {
60       "name": "LoopViewStyle2",
61       "source_files": "LDZFInfiniteLoopView/**/LoopViewStyle2/*.{h,m}",
62       "dependencies": {
63         "LDZFMath": [
65         ],
66         "LDZFCategories": [
68         ],
69         "LDZFUIKit/LDZFImageView": [
71         ],
72         "LDZFInfiniteLoopView/LoopViewCore": [
74         ]
75       },
76       "resource_bundles": {
77         "LoopViewStyle2": [
78           "LDZFInfiniteLoopView/Classes/LoopViewStyle2/Assets/*"
79         ]
80       }
81     }
82   ]