blob: 3553ecefbbd7acfd7565665f7ae92d075e4ee985 [file] [log] [blame]
{
"name": "SZDaily",
"version": "0.0.7",
"summary": "Daily knowledge record.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jiuaim/SZDaily",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jiuaim": "jiuaim@163.com"
},
"source": {
"git": "https://github.com/jiuaim/SZDaily.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SZDaily/SZHeader.h",
"public_header_files": "SZDaily/SZHeader.h",
"subspecs": [
{
"name": "Forbidden",
"public_header_files": "SZDaily/Forbidden/*.h",
"source_files": "SZDaily/Forbidden/*.{h,m}",
"dependencies": {
"Aspects": [
],
"SZDaily/Macro": [
]
}
},
{
"name": "Preview",
"public_header_files": "SZDaily/Preview/*.h",
"source_files": "SZDaily/Preview/*.{h,m}"
},
{
"name": "Category",
"public_header_files": "SZDaily/Category/*.h",
"source_files": "SZDaily/Category/*.{h,m}"
},
{
"name": "Macro",
"source_files": "SZDaily/Macro/*.h"
},
{
"name": "Base",
"source_files": "SZDaily/Base/*.{h,m}"
}
]
}