blob: 3a606b4d927f931730ce8b0fdd2612c12b212957 [file] [log] [blame]
{
"name": "HFProjectHelper",
"version": "1.1.3",
"summary": "HFProjectHelper.",
"description": "Private Podspec.",
"homepage": "https://gitee.com/shellnice/ProjectHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HFang": ""
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://gitee.com/shellnice/ProjectHelper.git",
"tag": "1.1.3"
},
"prefix_header_file": "HFProjectHelper/HFProjectHelper-Prefix.pch",
"public_header_files": "Class/HFProjectHelper.h",
"source_files": "Class/HFProjectHelper.h",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"Masonry": [
],
"MJExtension": [
]
},
"subspecs": [
{
"name": "Rely",
"source_files": "Class/Rely/**/*.{h,m}",
"public_header_files": "Class/Rely/**/*.h"
},
{
"name": "Common",
"source_files": "Class/Common/**/*.{h,m}",
"public_header_files": "Class/Common/**/*.h",
"dependencies": {
"HFProjectHelper/Rely": [
]
}
},
{
"name": "Util",
"source_files": "Class/Util/**/*.{h,m}",
"public_header_files": "Class/Util/**/*.h",
"dependencies": {
"HFProjectHelper/Common": [
]
}
}
]
}