[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 0 / a / 1 / TorchORM / 0.4.0 / TorchORM.podspec.json
blob9f770bf542154814ac7f96e0af5803c23491c4cf
2   "name": "TorchORM",
3   "version": "0.4.0",
4   "summary": "Torch - Boilerplate-free CoreData bridge.",
5   "description": "Torch is an ORM library allowing you to use structs instead of classes for your models.",
6   "homepage": "https://github.com/SwiftKit/Torch",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/SwiftKit/Torch.git",
14     "tag": "0.4.0"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": [
24     "Source/**/*.swift"
25   ],
26   "preserve_paths": [
27     "Generator/**/*",
28     "run",
29     "build_generator"
30   ],
31   "prepare_command": "git submodule update --init --recursive\n./build_generator",
32   "module_name": "Torch",
33   "requires_arc": true,
34   "pod_target_xcconfig": {
35     "ENABLE_BITCODE": "YES"
36   },
37   "dependencies": {
38     "Realm": [
39       ">= 2.0"
40     ],
41     "RealmSwift": [
42       ">= 2.0"
43     ]
44   },
45   "swift_version": "5.0"