[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / a / 3 / Bond / 3.8.0 / Bond.podspec.json
blob397ee5ebd6828ddfda809917aeb1170b35de0bc0
2   "name": "Bond",
3   "version": "3.8.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.8.0"
22   },
23   "source_files": "Bond",
24   "ios": {
25     "exclude_files": "Bond/Bond+NS*"
26   },
27   "osx": {
28     "exclude_files": "Bond/Bond+UI*"
29   },
30   "frameworks": "SystemConfiguration",
31   "exclude_files": "Classes/Exclude",
32   "requires_arc": true