blob: d2d415af2c1ff7696f3e34d13e37a95dd313d0a9 [file] [log] [blame]
{
"name": "GSLib",
"version": "0.0.16",
"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.16"
},
"social_media_url": "https://blog.csdn.net/u010742414",
"platforms": {
"ios": "8.0"
},
"source_files": "GSLib/GSLib/GSLib.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "GSCommon",
"source_files": "GSLib/GSLib/GSCommon/*.{h,m}",
"dependencies": {
"GSLib/GSUIKit": [
],
"GSLib/GSFoundation": [
]
}
},
{
"name": "GSUIKit",
"source_files": "GSLib/GSLib/GSUIKit/*.{h,m}",
"dependencies": {
"GSLib/GSFoundation": [
]
}
},
{
"name": "GSFoundation",
"source_files": "GSLib/GSLib/GSFoundation/*.{h,m}",
"dependencies": {
"FMDB": [
"~> 2.7.5"
]
},
"subspecs": [
{
"name": "GCD",
"source_files": "GSLib/GSLib/GSFoundation/GCD/*.{h,m}"
},
{
"name": "FMDB",
"source_files": "GSLib/GSLib/GSFoundation/FMDB/*.{h,m}"
}
]
},
{
"name": "GSTest",
"source_files": "GSLib/GSLib/GSTest/*.{h,m}",
"dependencies": {
"GSLib/GSUIKit": [
]
}
}
]
}