blob: a9e12b525a11413bb7b77c67d13ed7846d83a743 [file] [log] [blame]
{
"name": "SZDaily",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SZDaily/SZForbidden.h",
"public_header_files": "SZDaily/SZForbidden.h",
"subspecs": [
{
"name": "Forbidden",
"public_header_files": "SZDaily/Forbidden/*.h",
"source_files": "SZDaily/Forbidden/*.{h,m}",
"dependencies": {
"Aspects": [
]
}
}
]
}