[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / d / 3 / LRTBaseComponent / 0.5.0 / LRTBaseComponent.podspec.json
blob2fbd8a4f3d93d197a36f8871b9fcd17b03099b32
2   "name": "LRTBaseComponent",
3   "version": "0.5.0",
4   "summary": "app 基础组件",
5   "description": "app 基础组件 测试",
6   "homepage": "https://github.com/lrongtan/LRTBaseComponent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lirongtan": "844928336@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lrongtan/LRTBaseComponent.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LRTBaseComponent/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "kf",
25       "source_files": "LRTBaseComponent/Classes/kf/*"
26     },
27     {
28       "name": "RegularExpression",
29       "source_files": "LRTBaseComponent/Classes/RegularExpression/*"
30     },
31     {
32       "name": "HUD",
33       "source_files": "LRTBaseComponent/Classes/HUD/*",
34       "dependencies": {
35         "MBProgressHUD": [
36           "1.2.0"
37         ]
38       }
39     }
40   ]