blob: 7581bdef0f2179f0e7b9cca6fd7d9bbbd167bb81 [file] [log] [blame]
{
"name": "CCategory",
"version": "0.3.2",
"summary": "中国共产党万岁",
"description": "中国共产党始终代表中国先进生产力的发展要求\n中国共产党始终代表中国先进文化的前进方向\n中国共产党始终代表中国最广大人民的根本利益",
"homepage": "https://github.com/iOSzwj/CCategory",
"license": "MIT",
"authors": {
"hare27": "hare27@foxmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/iOSzwj/CCategory.git",
"tag": "0.3.2"
},
"source_files": [
"Code",
"ACode/*.h"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"static_framework": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"subspecs": [
{
"name": "Third",
"subspecs": [
{
"name": "MBProgressHUD",
"source_files": "ACode/Third/MBProgressHUD/*.{h,m}"
},
{
"name": "RealReachability",
"source_files": "ACode/Third/RealReachability/**/*.{h,m}"
},
{
"name": "WebViewJavascriptBridge",
"source_files": "ACode/Third/WebViewJavascriptBridge/**/*.{h,m}"
}
]
},
{
"name": "Foundation",
"source_files": "ACode/Foundation/*.{h,m}",
"dependencies": {
"CCategory/Third": [
]
}
},
{
"name": "UIKit",
"source_files": "ACode/UIKit/*.{h,m}"
},
{
"name": "WebKit",
"source_files": "ACode/WebKit/*.{h,m}"
},
{
"name": "Api",
"source_files": "ACode/Api/*.{h,m}",
"dependencies": {
"CCategory/Third": [
],
"CCategory/UIKit": [
],
"AFNetworking": [
"~>4.0.1"
]
}
}
]
}