blob: 5682b276f5ecf755a87345c1c2fbaa0f2a91b12a [file] [log] [blame]
{
"name": "LJMVVMTool",
"version": "0.0.1",
"summary": "基于RAC实现响应式编程的工具类.",
"homepage": "https://github.com/LJMagicCoder",
"license": "Apache License, Version 2.0",
"authors": {
"LJMagicCoder": "582494319@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LJMagicCoder/LJMVVMTool.git",
"tag": "0.0.1"
},
"source_files": [
"LJMVVMTool",
"LJMVVMTool/**/*.{h,m}"
],
"exclude_files": "LJMVVMTool/Exclude",
"frameworks": "ReactiveObjC",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
]
}
}