blob: 4d6b7d280a5be701ffc9ca6a2a8b92c7362a559f [file] [log] [blame]
{
"name": "miniKit",
"version": "1.0.2",
"summary": "ios开发常用工具或分类",
"description": "Testing Private Podspec.\n* Markdown format.\n* Don't worry about the indent, we strip it!\n* 填写描述,一定要写一点,不然报错",
"homepage": "https://github.com/dongshangtong/minikit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongshangtong": "dongshangtong@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dongshangtong/minikit.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Classes/minikit.h"
],
"public_header_files": "Classes/minikit.h",
"resources": "Resources/*.png",
"requires_arc": true,
"subspecs": [
{
"name": "MNShineButton",
"source_files": "Classes/MNShineButton/*.{h,m}"
}
]
}