blob: cf848fac2aee3d8fc79516ca45386613d0367b53 [file] [log] [blame]
{
"name": "DDQProjectFoundation",
"version": "1.2.0",
"platforms": {
"ios": "8.0"
},
"summary": "Easy Inherit",
"homepage": "https://github.com/MyNameDDQ/DDQProjectFoundation.git",
"license": "MIT",
"authors": {
"DDQ": "869795924@qq.com"
},
"source": {
"git": "https://github.com/MyNameDDQ/DDQProjectFoundation.git",
"tag": "1.2.0"
},
"source_files": "DDQProjectFoundation/*.{h,m}",
"public_header_files": "DDQProjectFoundation/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"IQKeyboardManager": [
],
"Masonry": [
],
"MJRefresh": [
],
"MJExtension": [
],
"MBProgressHUD": [
],
"WebViewJavascriptBridge": [
"~> 4.1.5"
]
},
"subspecs": [
{
"name": "DDQUIFoundation",
"source_files": "DDQProjectFoundation/DDQUIFoundation/*.{h,m}",
"public_header_files": "DDQProjectFoundation/DDQUIFoundation/*.h"
},
{
"name": "DDQCategoryFoundation",
"source_files": "DDQProjectFoundation/DDQCategoryFoundation/*.{h,m}",
"public_header_files": "DDQProjectFoundation/DDQCategoryFoundation/*.h"
},
{
"name": "DDQControllerFoundation",
"source_files": "DDQProjectFoundation/DDQControllerFoundation/*.{h,m}",
"public_header_files": "DDQProjectFoundation/DDQControllerFoundation/*.h",
"dependencies": {
"DDQProjectFoundation/DDQUIFoundation": [
],
"DDQProjectFoundation/DDQCategoryFoundation": [
]
}
},
{
"name": "DDQModelFoundation",
"source_files": "DDQProjectFoundation/DDQModelFoundation/*.{h,m}",
"public_header_files": "DDQProjectFoundation/DDQModelFoundation/*.h"
}
]
}