[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / 1 / TorchORM / 0.2.3 / TorchORM.podspec.json
bloba52ac8bf13d7bc6f0480ec5ac1fda0f939952abb
2   "name": "TorchORM",
3   "version": "0.2.3",
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.2.3"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Source/**/*.swift"
24   ],
25   "preserve_paths": [
26     "Generator/**/*",
27     "run",
28     "build_generator"
29   ],
30   "prepare_command": "git submodule update --init --recursive\n./build_generator",
31   "module_name": "Torch",
32   "requires_arc": true,
33   "pod_target_xcconfig": {
34     "ENABLE_BITCODE": "NO"
35   },
36   "dependencies": {
37     "RealmSwift": [
38       "~> 1.0.0"
39     ]
40   }