[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 9 / LPCommonModule / 1.1.1 / LPCommonModule.podspec.json
blob626f67e69cef99855067dd359c5907e2aacd458f
2   "name": "LPCommonModule",
3   "version": "1.1.1",
4   "summary": "App基础,第三方pod等依赖",
5   "description": "App基础,第三方pod等依赖   #描述",
6   "homepage": "https://github.com/Jacky-LinPeng/LPCommonModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linpeng": "540933120@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Jacky-LinPeng/LPCommonModule.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "LPCommonModule/LPCommonModule/LPCommonModule.h",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "ReactiveCocoa": [
26       "2.5"
27     ],
28     "AFNetworking": [
30     ],
31     "YYModel": [
33     ],
34     "SDWebImage": [
35       "~> 5.0.0-beta3"
36     ],
37     "Masonry": [
38       "~> 1.1.0"
39     ],
40     "SVProgressHUD": [
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "CommomView",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "source_files": "LPCommonModule/LPCommonModule/View/**/*.{h,m}"
51     },
52     {
53       "name": "CommomManager",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "source_files": "LPCommonModule/LPCommonModule/Manager/*.{h,m}"
58     },
59     {
60       "name": "CommomCategory",
61       "platforms": {
62         "ios": "8.0"
63       },
64       "source_files": "LPCommonModule/LPCommonModule/Category/*.{h,m}"
65     }
66   ]