blob: a9fb5ad078906a948d7c96c51dedf33ecd30f403 [file] [log] [blame]
{
"name": "RJBModuleA",
"version": "0.0.5",
"summary": "this is A moduleA,you can invert it",
"description": "这是ModuleA,你可以找到这个打模块的入口函数,就可以通过ctmedia去调用了",
"homepage": "https://github.com/raojunbo/ModuleAProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raojb@knowbox.cn": "raojb@knowbox.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/raojunbo/ModuleAProject.git",
"tag": "0.0.5"
},
"source_files": "ModuleAProject/Classes/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"RJBModuleBase": [
"~> 0.0.3"
]
}
}