blob: a6d6ff11166debf4a00a7671ef055fb14e580cfe [file] [log] [blame]
{
"name": "Unicorn",
"version": "2.0.1",
"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": "2.0.1"
},
"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"
}
}