blob: bdee379b4db01c6370b57fbd876fbf52484afd2a [file] [log] [blame]
{
"name": "LPLibrary",
"version": "1.0.3",
"summary": "custom LPLibrary",
"homepage": "https://github.com/liu594453801/LPLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liu594453801": "594453801@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liu594453801/LPLibrary.git",
"tag": "1.0.3"
},
"source_files": "LPLibrary/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Tool",
"source_files": "LPLibrary/**/*.{h,m}",
"public_header_files": "LPLibrary/**/*.h",
"frameworks": "SystemConfiguration"
},
{
"name": "Category",
"source_files": "LPLibrary/**/*.{h,m}",
"public_header_files": "LPLibrary/**/*.h",
"frameworks": "SystemConfiguration"
},
{
"name": "GTMBase64",
"source_files": "LPLibrary/GTMBase64/*.{h,m}",
"public_header_files": "LPLibrary/GTMBase64/*.h",
"frameworks": "SystemConfiguration"
},
{
"name": "Macro",
"source_files": "LPLibrary/Macro/*.{h,m}",
"public_header_files": "LPLibrary/Macro/*.h",
"frameworks": "SystemConfiguration"
}
]
}