[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / 1 / TorchORM / 0.1.2 / TorchORM.podspec.json
blob40da5fc2920b2378632101af7f494ee52bbc0f7b
2   "name": "TorchORM",
3   "version": "0.1.2",
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.1.2"
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     "run"
25   ],
26   "frameworks": "CoreData",
27   "module_name": "Torch",
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   }