blob: db96b220ee89c56429e2d21e2f20945e0841e88e [file] [log] [blame]
{
"name": "AYRecord",
"version": "1.0.1",
"summary": "Fast and convenient ORM framework, that is AYRecord.",
"homepage": "https://github.com/alan-yeh/AYRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alan Yeh": "alan@yerl.cn"
},
"source": {
"git": "https://github.com/alan-yeh/AYRecord.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AYRecord/Classes/**/*",
"public_header_files": [
"AYRecord/Classes/*.h",
"AYRecord/Classes/Container/*.h"
],
"libraries": "sqlite3"
}