blob: d93eb71af427221f9375398d4d6fc5b6b7c7276f [file] [log] [blame]
{
"name": "TFY_Model",
"version": "2.6.0",
"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.6.0"
},
"source_files": [
"TFY_Model/TFY_ModelKit/*.{h,m}",
"TFY_Model/TFY_ModelKit/TFY_ModelSqliteHeader.h"
],
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
},
"dependencies": {
"SQLCipher": [
]
},
"libraries": "sqlite3",
"requires_arc": true
}