blob: 8de5a1af18d4083c7a1aa9c9d404c3a48b11edde [file] [log] [blame]
{
"name": "PCKitTest",
"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/PCKitTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangsheng": "zhuyangsheng@gmail.com"
},
"source": {
"git": "https://github.com/yangsheng/PCKitTest.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "PCKitSDK/PCKit.framework"
},
"frameworks": "Foundation"
}