blob: c91985d60ab69bf9e42ca450f820a6fbe423794c [file] [log] [blame]
{
"name": "RQKit",
"version": "0.1.0",
"summary": "A short description of RQKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CoderXie/RQKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderXie": "1173044198@qq.com"
},
"source": {
"git": "https://github.com/CoderXie/RQKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RQKit/**/*.{h,m}",
"public_header_files": "RQKit/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
}