blob: 70fe19d9832516dac88dc6805c0b75028506ecfd [file] [log] [blame]
{
"name": "PCKitSDK",
"version": "1.0.0",
"summary": "A Framework used on iOS.",
"description": "It is used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/yangsheng/PCKitSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangsheng": "zhuyangsheng@gmail.com"
},
"source": {
"git": "https://github.com/yangsheng/PCKitSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "PCKitSDK/PCKit.framework"
},
"frameworks": "Foundation"
}