blob: 9e6b904ab60b84ccf1188389e2a50119676e9386 [file] [log] [blame]
{
"name": "KPFoundation",
"version": "0.1.1",
"summary": "A short description of KPFoundation.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/kp99999/KPFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KP99999": "kp_ios@kp99.cn"
},
"source": {
"git": "https://github.com/kp99999/KPFoundation.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"FMDB": [
],
"CocoaAsyncSocket": [
],
"AFNetworking": [
],
"ZipArchive": [
]
},
"public_header_files": "KPFoundation/KPFoundation.h",
"source_files": "KPFoundation/KPFoundation.h",
"subspecs": [
{
"name": "Module",
"public_header_files": [
"KPFoundation/Module/**/*.h",
"KPFoundation/KPPublicDefine.h"
],
"source_files": [
"KPFoundation/Module/**/*.{h,m}",
"KPFoundation/KPPublicDefine.h"
],
"requires_arc": true
},
{
"name": "ObjSafe",
"public_header_files": "KPFoundation/NoArc/ObjSafe/*.h",
"source_files": "KPFoundation/NoArc/ObjSafe/*.{h,m}",
"requires_arc": false
}
]
}