blob: 0fe58c3eae9a7a06350af856e2f45d735981c4fb [file] [log] [blame]
{
"name": "ZYFoundation",
"version": "1.0.0",
"summary": "A short description of ZYFoundation.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yuanhub/ZYFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanhub": "302836733@qq.com"
},
"source": {
"git": "https://github.com/yuanhub/ZYFoundation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"FMDB": [
],
"CocoaAsyncSocket": [
],
"AFNetworking": [
],
"ZipArchive": [
]
},
"public_header_files": "ZYFoundation/ZYFoundation.h",
"source_files": "ZYFoundation/ZYFoundation.h",
"subspecs": [
{
"name": "Module",
"public_header_files": [
"ZYFoundation/Module/**/*.h",
"ZYFoundation/ZYPublicDefine.h"
],
"source_files": [
"ZYFoundation/Module/**/*.{h,m}",
"ZYFoundation/ZYPublicDefine.h"
],
"requires_arc": true
},
{
"name": "ObjSafe",
"public_header_files": "ZYFoundation/NoArc/ObjSafe/*.h",
"source_files": "ZYFoundation/NoArc/ObjSafe/*.{h,m}",
"requires_arc": false
}
]
}