blob: 7874d807ac6aca1ed2a7e97cf415ec66f5b55e62 [file] [log] [blame]
{
"name": "JCCommon",
"version": "0.4.0",
"summary": "JC 通用组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/duoluojc/JCCommon.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaojunchao": "429186033@qq.com"
},
"source": {
"git": "https://gitee.com/duoluojc/JCCommon.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JCCommon/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"YYKit": [
],
"MTDates": [
]
},
"prefix_header_contents": "#import \"JCCommonPch.pch\""
}