[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 3 / Bond / 2.3.0 / Bond.podspec.json
blob42f4274f3c09a446761a0187f2264ef3c1b35f54
2   "name": "Bond",
3   "version": "2.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": "v2.3.0"
22   },
23   "source_files": "Bond",
24   "osx": {
25     "exclude_files": "Bond/*UIKit*"
26   },
27   "frameworks": "SystemConfiguration",
28   "exclude_files": "Classes/Exclude",
29   "requires_arc": true