blob: 177b0dce38d3d4387fbd87c5c2f72e5b1a4806a8 [file] [log] [blame]
{
"name": "SKExtension",
"version": "0.1.7",
"summary": "A short tool to help delvlop work description of SKExtension.",
"description": "组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.组件开发,git 公有库发布测试.",
"homepage": "https://github.com/yakunsang/SKExtension",
"license": "MIT",
"authors": {
"yakunsang": "378082759@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yakunsang/SKExtension.git",
"tag": "0.1.7"
},
"source_files": "SKExtension/SKExtension.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "SKExtension/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "SKExtension/UIKit/*.{h,m}"
},
{
"name": "Macro",
"source_files": "SKExtension/Macro/SKExtensionMacro.h"
},
{
"name": "Cache",
"source_files": "SKExtension/Cache/*.{h,m}"
}
]
}