[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 7 / a / 3 / Bond / 3.3.0 / Bond.podspec.json
blob5b92338257c9fe2d51033625b147112edeac0070
2   "name": "Bond",
3   "version": "3.3.0",
4   "summary": "A Swift binding framework",
5   "description": "                   Bond is a Swift binding framework that takes binding concept to a whole new level - boils it down to just one operator. It's simple, powerful, type-safe and multi-paradigm - just like Swift.\n\n                   Bond was created with two goals in mind: simple to use and simple to understand.\n                   One might argue whether the former implies the latter, but Bond will save you some thinking because both are true in this case.\n                   Its foundation are two simple classes - everything else are extensions and syntactic sugars.\n",
6   "homepage": "https://github.com/SwiftBond/Bond",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Srdan Rasic": "srdan.rasic@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/srdanrasic",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/SwiftBond/Bond.git",
21     "tag": "v3.3.0"
22   },
23   "source_files": "Bond",
24   "osx": {
25     "exclude_files": "Bond/Bond+UI*"
26   },
27   "frameworks": "SystemConfiguration",
28   "exclude_files": "Classes/Exclude",
29   "requires_arc": true