[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / f / 5 / SKExtension / 0.1.7 / SKExtension.podspec.json
blob177b0dce38d3d4387fbd87c5c2f72e5b1a4806a8
2   "name": "SKExtension",
3   "version": "0.1.7",
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.7"
17   },
18   "source_files": "SKExtension/SKExtension.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "SDWebImage": [
26       "~> 4.0.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Foundation",
32       "source_files": "SKExtension/Foundation/*.{h,m}"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "SKExtension/UIKit/*.{h,m}"
37     },
38     {
39       "name": "Macro",
40       "source_files": "SKExtension/Macro/SKExtensionMacro.h"
41     },
42     {
43       "name": "Cache",
44       "source_files": "SKExtension/Cache/*.{h,m}"
45     }
46   ]