[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 3 / Bond / 7.8.1 / Bond.podspec.json
blob19f7e021c0f080233960a8a9d1a736d949802137
2   "name": "Bond",
3   "version": "7.8.1",
4   "summary": "A Swift binding framework",
5   "description": "Bond is a Swift reactive binding framework that takes binding concept to a whole new level.\nIt's simple, powerful, type-safe and multi-paradigm - just like Swift.\n\nBond is also a framework that bridges the gap between the reactive and imperative paradigms.\nYou can use it as a standalone framework to simplify your state changes with bindings and reactive data sources,\nbut you can also use it with ReactiveKit to complement your reactive data flows with bindings and\nreactive delegates and data sources.",
6   "homepage": "https://github.com/SwiftBond/Bond",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Srdan Rasic": "srdan.rasic@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/srdanrasic",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/SwiftBond/Bond.git",
22     "tag": "7.8.1"
23   },
24   "source_files": [
25     "Sources/**/*.{h,m,swift}",
26     "Supporting Files/Bond.h"
27   ],
28   "ios": {
29     "exclude_files": "Sources/Bond/AppKit"
30   },
31   "tvos": {
32     "exclude_files": "Sources/Bond/AppKit"
33   },
34   "osx": {
35     "exclude_files": "Sources/Bond/UIKit"
36   },
37   "pod_target_xcconfig": {
38     "OTHER_SWIFT_FLAGS": "-DBUILDING_WITH_XCODE $(inherited)"
39   },
40   "requires_arc": true,
41   "swift_versions": "5.0",
42   "dependencies": {
43     "ReactiveKit": [
44       "~> 3.14"
45     ],
46     "Differ": [
47       "~> 1.4"
48     ]
49   },
50   "swift_version": "5.0"