[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / 7 / 3 / f / YESand / 1.0.1 / YESand.podspec.json
blob09b01fd3c1216ab53b7a12f435932152554cfeea
2   "name": "YESand",
3   "version": "1.0.1",
4   "authors": {
5     "muyang00": "280798744@qq.com"
6   },
7   "homepage": "https://github.com/muyang00/YESand",
8   "summary": "a dropdown menu for ios like save homepage.",
9   "source": {
10     "git": "https://github.com/muyang00/YESand.git",
11     "tag": "1.0.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "YESand/YE.h",
22   "public_header_files": "YESand/YE.h",
23   "dependencies": {
24     "SVProgressHUD": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "B",
31       "source_files": "YESand/B/**/*.{h,m}",
32       "public_header_files": "YESand/B/**/*.h"
33     },
34     {
35       "name": "C",
36       "dependencies": {
37         "YESand/B": [
39         ]
40       },
41       "source_files": "YESand/C/**/*.{h,m}",
42       "public_header_files": "YESand/C/**/*.h"
43     }
44   ]