[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 0 / 3 / 9 / AlenwSpecs / 1.0.6 / AlenwSpecs.podspec.json
blobf6247c944d4f16316ae217adbe4d06558c2ed053
2   "name": "AlenwSpecs",
3   "version": "1.0.6",
4   "license": "MIT",
5   "summary": "AlenwSpecs use to be update common Class",
6   "description": "AlenwSpecs use to be update common Class,\nthis is a pravite framework.",
7   "homepage": "https://github.com/Alenw/AlenwSpec",
8   "authors": {
9     "Alenw": "lanskyxti@163.com"
10   },
11   "source": {
12     "git": "https://github.com/Alenw/AlenwSpec.git",
13     "tag": "1.0.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7.3"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "AdView",
27       "dependencies": {
28         "AlenwSpecs/Tools": [
30         ]
31       },
32       "source_files": "AdView/*.{h,m}"
33     },
34     {
35       "name": "Common",
36       "dependencies": {
37         "AlenwSpecs/Tools": [
39         ]
40       },
41       "source_files": "Common/*.{h,m}",
42       "ios": {
43         "frameworks": "WebKit"
44       }
45     },
46     {
47       "name": "Tools",
48       "vendored_frameworks": "Tools/*.framework",
49       "resources": "Tools/AwAlertViewlib.bundle"
50     }
51   ]