blob: dbaaef64f90d17d6d77e50c035ce829b48d8e755 [file] [log] [blame]
{
"name": "Unicorn",
"version": "1.0.4",
"license": "MIT",
"summary": "Unique model",
"homepage": "https://github.com/emsihyo/Unicorn",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/Unicorn.git",
"tag": "1.0.4"
},
"description": "Unique model,used optionally in memory and in database(sqlite),support json mapping.",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Unicorn/*.{h,m}",
"libraries": "sqlite3",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}