blob: 695107c5a9dae522939b496b4282d56d7eb14181 [file] [log] [blame]
{
"name": "RRRMethod",
"version": "0.2.0",
"summary": "个人使用的方法类等汇集",
"description": "个人整理的常用方法等汇集",
"homepage": "https://github.com/RRRenJ/RRRMethod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RRRenJ": "https://github.com/RRRenJ"
},
"source": {
"git": "https://github.com/RRRenJ/RRRMethod.git",
"tag": "0.2.0"
},
"public_header_files": "RRRMethod/RRRMethod.h",
"source_files": "RRRMethod/RRRMethod.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"platforms": {
"ios": "8.0"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "RRRMethodConfige",
"source_files": "RRRMethod/RRRMethodConfige/RRRMethodConfige.h"
},
{
"name": "FactoryView",
"source_files": "RRRMethod/FactoryView/*"
},
{
"name": "FooterView",
"source_files": "RRRMethod/FooterView/*",
"dependencies": {
"RRRMethod/FactoryView": [
],
"RRRMethod/RRRMethodConfige": [
]
}
},
{
"name": "CountDownMethod",
"source_files": "RRRMethod/CountDownMethod/*.{h,m}"
},
{
"name": "CollcetionFlowLayout",
"source_files": "RRRMethod/CollcetionFlowLayout/*.{h,m}"
},
{
"name": "AVCompress",
"source_files": "RRRMethod/AVCompress/*.{h,m}"
},
{
"name": "VKMsgSend",
"source_files": "RRRMethod/VKMsgSend/*.{h,m}"
},
{
"name": "QRCode",
"source_files": "RRRMethod/QRCode/*.{h,m}"
},
{
"name": "RRRMBProgressHUD",
"source_files": "RRRMethod/RRRMBProgressHUD/*.{h,m}",
"resources": "RRRMethod/RRRMBProgressHUD/RRRMBProgressHUD.bundle",
"dependencies": {
"RRRMethod/RRRMethodConfige": [
],
"RRRMethod/VKMsgSend": [
],
"MBProgressHUD": [
]
}
},
{
"name": "RRRLoadView",
"source_files": "RRRMethod/RRRLoadView/*.{h,m}",
"resources": "RRRMethod/RRRLoadView/RRRLoadView.bundle",
"dependencies": {
"RRRMethod/RRRMethodConfige": [
]
}
}
]
}