blob: d33c99303b75d839f2a882183720b6e8d37b3e94 [file] [log] [blame]
{
"name": "active_model",
"version": "0.1.0",
"summary": "ActiveModel is a simple-to-use ORM (Object Relational Mapper) for iOS.",
"swift_versions": "5.1",
"description": "\"ActiveModel is a simple-to-use ORM for iOS. It provides convenient wrapper base objects and protocols to CRUD interactions to the database as well as support for migrations (somewhat similar to Rails' migration file architecture).\"",
"homepage": "https://gitlab.com/sudofluff/active_model",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sudofluff": "sudofluff@icloud.com"
},
"source": {
"git": "https://gitlab.com/sudofluff/active_model.git",
"tag": "0.1.0"
},
"social_media_url": "https://mastchan.org/@ruta",
"platforms": {
"ios": "8.0"
},
"source_files": "active_model/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 3.19"
]
},
"swift_version": "5.1"
}