blob: e5315a96c7a6882adb2fe1e8b3ac471027216224 [file] [log] [blame]
{
"name": "UCRuntimeKit",
"version": "1.0.1",
"summary": "一个runtime架构模板",
"description": "一个利用runtime解耦的安全mediator",
"homepage": "git@github.com:TryRuntime/UCRuntimeKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Link": "fanyang_32012@outlook.com"
},
"source": {
"git": "https://github.com/TryRuntime/UCRuntimeKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UCRuntimeKit/Classes/UCRuntimeKit.h",
"subspecs": [
{
"name": "UCMediatorObjc",
"source_files": "UCRuntimeKit/Classes/UCMediatorObjc/**/*.{h,m}",
"dependencies": {
"UCRuntimeKit/Others": [
]
}
},
{
"name": "Others",
"source_files": "UCRuntimeKit/Classes/Others/**/*.{h,m}"
}
]
}