[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 0 / 6 / 5 / ActiveRealm / 0.2.0 / ActiveRealm.podspec.json
blobd2fa56d0a4f93ebb011afa02befc2daa517ba94c
2   "name": "ActiveRealm",
3   "version": "0.2.0",
4   "summary": "ActiveRealm is Active Record library using Realm.",
5   "description": "ActiveRealm is Active Record library using Realm for Objective-C/Swift, inspired by ActiveRecord of Ruby on Rails.",
6   "authors": "Hituzi Ando",
7   "homepage": "https://github.com/HituziANDO/ActiveRealm",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/HituziANDO/ActiveRealm.git",
17     "tag": "0.2.0"
18   },
19   "source_files": "ActiveRealm/ActiveRealm/**/*.{h,m}",
20   "exclude_files": [
21     "ActiveRealm/build/*",
22     "ActiveRealm/Framework/*",
23     "ActiveRealmSample/*",
24     "ActiveRealmSwiftSample/*",
25     "README.md"
26   ],
27   "resource_bundles": {
28     "ActiveRealm": [
29       "ActiveRealm/ActiveRealm/PrivacyInfo.xcprivacy"
30     ]
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "Realm": [
35       "~>10"
36     ]
37   }