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