blob: 137a86a548b817f1480ceb08eabfd95547ef2612 [file] [log] [blame]
{
"name": "RQKit",
"version": "0.1.3",
"summary": "A collection of iOS components",
"description": "RQKit is personal development kit",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "RQKit/RQKit.h",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "9.0"
},
"source_files": "RQKit/Core/*.{h,m}"
},
{
"name": "Foundation",
"platforms": {
"ios": "9.0"
},
"source_files": "RQKit/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"dependencies": {
"RQKit/Foundation": [
]
},
"platforms": {
"ios": "9.0"
},
"source_files": "RQKit/UIKit/*.{h,m}"
},
{
"name": "Utility",
"platforms": {
"ios": "9.0"
},
"source_files": "RQKit/Utility/*.{h,m}"
}
]
}