blob: a2b7491d304f2244846f68bc0322a3e7a36d8485 [file] [log] [blame]
{
"name": "HCC-MLog",
"version": "0.1.5",
"summary": "It collects data from mobile phones, transfer data to the server through a specific mechanism.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git.homecredit.cn/HCC-MOBILE/HCC-MLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chance": "Chance.Cheng@homecreditcfc.cn"
},
"source": {
"git": "http://git.homecredit.cn/HCC-MOBILE/HCC-MLog.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "HCC-MLog/Classes/**/*.{h,m}",
"public_header_files": "HCC-MLog/Classes/HCC-MLog/MLog*.{h}"
},
{
"name": "Swift",
"dependencies": {
"HCC-MLog/Core": [
]
},
"source_files": "HCC-MLog/Classes/**/*.swift"
}
]
}