[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / e / active_model / 0.2.0 / active_model.podspec.json
blob0299815154e75ac6c6f53204218d7b8634e8f99f
2   "name": "active_model",
3   "version": "0.2.0",
4   "summary": "ActiveModel is a simple-to-use ORM (Object Relational Mapper) for iOS.",
5   "swift_versions": "5.1",
6   "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).\"",
7   "homepage": "https://gitlab.com/sudofluff/active_model",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sudofluff": "sudofluff@icloud.com"
14   },
15   "source": {
16     "git": "https://gitlab.com/sudofluff/active_model.git",
17     "tag": "0.2.0"
18   },
19   "social_media_url": "https://mastchan.org/@ruta",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "active_model/Classes/**/*",
24   "dependencies": {
25     "RealmSwift": [
26       "~> 3.19"
27     ]
28   },
29   "swift_version": "5.1"