blob: 18c59f14a689eaf1a02ca4fea8fda353221cd094 [file] [log] [blame]
{
"name": "ReflectionDatabase",
"version": "1.1",
"summary": "SQLite library for iOS using reflection",
"description": "SQLite library for iOS using reflection written on Objective C. The central ideia is to simplify the creation of DAO classes, and no need for complex configurations",
"homepage": "https://github.com/JoaoMarra/ReflectionIosDao",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JoaoMarra": "silvamarraster@gmail.com"
},
"source": {
"git": "https://github.com/JoaoMarra/ReflectionIosDao.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReflectionDatabase/Classes/**/*"
}