[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / 8 / Braid / 1.0.0 / Braid.podspec.json
blob430ee8074b0d8138e34bf0aaaee0fc963c2ee2f8
2   "name": "Braid",
3   "version": "1.0.0",
4   "summary": "Declarative, type-safe table view binding.",
5   "description": "Braid is a table view binding library that makes setup for table views more declarative, more functional, and\nmore type-safe.",
6   "homepage": "https://github.com/Saelyria/Braid",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Bosnjak": "aaron.bosnjak707@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Saelyria/Braid.git",
16     "tag": "1.0.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Core/",
28         "Core/Protocols/",
29         "Core/TableView/",
30         "Core/TableView/SingleSection",
31         "Core/TableView/MultiSection",
32         "Core/TableView/AnySection",
33         "Core/Diffing/"
34       ],
35       "ios": {
36         "frameworks": "UIKit"
37       }
38     },
39     {
40       "name": "Rx",
41       "source_files": "Rx/",
42       "ios": {
43         "frameworks": "UIKit"
44       },
45       "dependencies": {
46         "Braid/Core": [
48         ],
49         "RxSwift": [
50           "~> 4.4"
51         ],
52         "RxCocoa": [
53           "~> 4.4"
54         ]
55       },
56       "pod_target_xcconfig": {
57         "OTHER_SWIFT_FLAGS": "-DRX_BRAID"
58       }
59     }
60   ]