blob: 6294d7f15909ee0912074ce900c9bf879187699d [file] [log] [blame]
{
"name": "PSDicRecord",
"version": "1.0.2",
"summary": "PSDicRecord.",
"description": "Objective-C 极速ORM",
"homepage": "https://github.com/alan-yeh/PSDicRecord",
"license": "MIT",
"authors": {
"Alan Yeh": "git@yerl.cn"
},
"source": {
"git": "https://github.com/alan-yeh/PSDicRecord.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PSDicRecord/Classes/**/*",
"public_header_files": [
"PSDicRecord/Classes/*.h",
"PSDicRecord/Classes/Container/*.h"
],
"libraries": "sqlite3"
}