blob: 585a56106fee292a3891aae9de6ed034ddf8469c [file] [log] [blame]
{
"name": "RQKit",
"version": "0.1.2",
"summary": "A collection of iOS components",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "RQKit/**/*.{h,m}",
"public_header_files": "RQKit/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
}