blob: 023b725a9935e9c69db5f6c4ecaeb931b83b0adf [file] [log] [blame]
{
"name": "FMResultsMapping",
"version": "0.0.1",
"summary": "FMResultSet extension which helps to obtain mapped results from SQLite.",
"description": "Small, but usefull FMResultSet extenstion which helps to obtain the results from SQLite. Inspired by (boy, almost stolen from) EasyMapping.",
"homepage": "https://github.com/Krivoblotsky/FMResultsMapping",
"license": "MIT",
"authors": {
"Serg Krivoblotsky": "krivoblotsky@me.com"
},
"source": {
"git": "https://github.com/Krivoblotsky/FMResultsMapping.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"FMDB": [
]
}
}