[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / f / 4 / 1 / LYComponents / 0.0.1 / LYComponents.podspec.json
blobda5895856b1ee444bedeef6b2476b0009739bbfb
2   "name": "LYComponents",
3   "version": "0.0.1",
4   "summary": "UI组件集合",
5   "description": "基础UI组件总结",
6   "homepage": "https://github.com/lvyang/LYComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lvyang": "lvyang7989@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lvyang/LYComponents.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "LYBaseComponents",
24       "source_files": "LYComponents/Classes/LYBaseComponents/**/*",
25       "public_header_files": "LYComponents/Classes/LYBaseComponents/**/*.h",
26       "dependencies": {
27         "MBProgressHUD": [
28           "~> 0.9.1"
29         ]
30       }
31     }
32   ]