blob: 6b79fe2a3f01c2fb69c0713e93ba9f4694eebe24 [file] [log] [blame]
{
"name": "KKPod",
"version": "0.0.2",
"summary": "A test of KKPod.",
"description": "主要是为了测试创建私有 pod 库",
"homepage": "https://github.com/GavinKangDeveloper/KKPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhuKangKang": "776362265@qq.com.com"
},
"source": {
"git": "https://github.com/GavinKangDeveloper/KKPod.git",
"tag": "0.0.2"
},
"social_media_url": "https://juejin.im/user/1433418895468397/posts",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"KKPod": [
"KKPod/Assets/*.xcassets"
]
},
"subspecs": [
{
"name": "UIKit",
"source_files": "KKPod/Classes/UIKit/*.{h,m}"
},
{
"name": "Category",
"source_files": "KKPod/Classes/Category/*.{h,m}"
}
]
}