blob: a12fc06278b7ae81fa8129d5253c44b5a1fc43d9 [file] [log] [blame]
{
"name": "GSLib",
"version": "0.0.11",
"summary": "A short description of GSLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xiamoweinuan/GSLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiamoweinuan": "gaoshuangone@qq.com"
},
"source": {
"git": "https://github.com/xiamoweinuan/GSLib.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GSLib/CMNLib/GSLib.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "CMNCommon",
"source_files": "GSLib/CMNLib/CMNCommon/*.{h,m}",
"dependencies": {
"GSLib/CMNControl": [
],
"GSLib/CMNFoundation": [
]
}
},
{
"name": "CMNControl",
"source_files": "GSLib/CMNLib/CMNControl/*.{h,m}",
"dependencies": {
"GSLib/CMNFoundation": [
]
}
},
{
"name": "CMNFoundation",
"source_files": "GSLib/CMNLib/CMNFoundation/*.{h,m}"
},
{
"name": "CNMTest",
"source_files": "GSLib/CMNLib/CNMTest/*.{h,m}"
},
{
"name": "GCD",
"source_files": "GSLib/CMNLib/GCD/*.{h,m}"
}
]
}