blob: a8545fe819f4596292d1d5966b2cfb92884aec72 [file] [log] [blame]
{
"name": "AYRecord",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AYRecord/Classes/**/*",
"public_header_files": [
"AYRecord/Classes/*.h",
"AYRecord/Classes/Container/*.h"
],
"libraries": "sqlite3"
}