blob: c1a01c714d9b6fcbe5d90cc6d0958dff5096fa5a [file] [log] [blame]
{
"name": "TFY_Model",
"version": "2.5.3",
"summary": "模型数据解析",
"description": "json解析数据",
"homepage": "https://github.com/13662049573/TFY_Model",
"license": "MIT",
"authors": {
"tianfengyou": "420144542@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_Model.git",
"tag": "2.5.3"
},
"source_files": [
"TFY_Model/TFY_ModelKit/*.{h,m}",
"TFY_Model/TFY_ModelKit/TFY_ModelSqliteHeader.h"
],
"exclude_files": "TFY_Model/TFY_ModelKit/TFY_ModelSqlite.m",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
},
"dependencies": {
"SQLCipher": [
]
},
"libraries": "sqlite3",
"requires_arc": true
}