blob: 0023addeda9c877948e60586be08053ef2599270 [file] [log] [blame]
{
"name": "NIO",
"version": "2.0.0",
"summary": "Elegant DAO implementation written in Swift",
"homepage": "https://github.com/incetro/NIO.git",
"license": "MIT",
"authors": {
"incetro": "incetro@ya.ru"
},
"requires_arc": true,
"platforms": {
"ios": "10.3",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.2"
},
"source": {
"git": "https://github.com/incetro/NIO.git",
"tag": "2.0.0"
},
"source_files": "Sources/Nio/**/*.{h,swift}",
"dependencies": {
"Reflex": [
],
"Monreau": [
],
"Transformer": [
]
}
}