[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 0 / 6 / 5 / ActiveRealm / 0.2.1 / ActiveRealm.podspec.json
blob419f50c49b58f60cf61d580c4d920fe90bf9be03
2   "name": "ActiveRealm",
3   "version": "0.2.1",
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.1"
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   }