[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / c / LRFactory / 2.2.1 / LRFactory.podspec.json
blob835821e8ac4ecff1f800f167be3352301de7f490
2   "name": "LRFactory",
3   "version": "2.2.1",
4   "summary": "LRFactory",
5   "description": "封装视图控件,用于方便调用",
6   "homepage": "https://github.com/Wmileo/SimpleView",
7   "license": "MIT",
8   "authors": {
9     "leo": "work.mileo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Wmileo/SimpleView.git",
16     "tag": "2.2.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "LRFactory",
22       "source_files": "SimpleView/LRFactory/*"
23     },
24     {
25       "name": "LRAnimationFactory",
26       "source_files": "SimpleView/LRAnimationFactory/*"
27     },
28     {
29       "name": "LRUIFactory",
30       "source_files": "SimpleView/LRUIFactory/*",
31       "dependencies": {
32         "LRFactory/LRFactory": [
34         ]
35       }
36     },
37     {
38       "name": "LRVCExtend",
39       "source_files": "SimpleView/LRVCExtend/*",
40       "dependencies": {
41         "LRFactory/LRUIFactory": [
43         ]
44       }
45     },
46     {
47       "name": "LRVCStyle",
48       "source_files": "SimpleView/LRVCStyle/*",
49       "dependencies": {
50         "LRFactory/LRUIFactory": [
52         ],
53         "LRFactory/LRVCExtend": [
55         ]
56       }
57     }
58   ]