[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / f / 5 / SKExtension / 0.1.4 / SKExtension.podspec.json
blobda5fcaaeeb15193410bd4bc7f15bb1998c6b5b3d
2   "name": "SKExtension",
3   "version": "0.1.4",
4   "summary": "A short tool to help delvlop work description of SKExtension.",
5   "description": "组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.",
6   "homepage": "https://github.com/yakunsang/SKExtension",
7   "license": "MIT",
8   "authors": {
9     "yakunsang": "378082759@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/yakunsang/SKExtension.git",
16     "tag": "0.1.4"
17   },
18   "prefix_header_file": "Ignore/SKExtension.pch",
19   "source_files": "SKExtension/SKExtension.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "SDWebImage": [
27       "~> 4.0.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Foundation",
33       "source_files": "SKExtension/Foundation/*.{h,m}"
34     },
35     {
36       "name": "UIKit",
37       "source_files": "SKExtension/UIKit/*.{h,m}"
38     },
39     {
40       "name": "Cache",
41       "source_files": "SKExtension/Cache/*.{h,m}"
42     }
43   ]