blob: 376be2125bd8b13f8d6e08da962d2fe415ef75aa [file] [log] [blame]
{
"name": "Bond",
"version": "4.0.0-alpha.4",
"summary": "A Swift binding framework",
"description": "Bond is a Swift reactive 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\nBond was created with two goals in mind: simple to use and simple to understand.\nOne might argue whether the former implies the latter, but Bond will save you some thinking because both are true in this case.\nIts foundation is one simple class - everything else are extensions and syntactic sugars.",
"homepage": "https://github.com/SwiftBond/Bond",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Srdan Rasic": "srdan.rasic@gmail.com"
},
"social_media_url": "http://twitter.com/srdanrasic",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/SwiftBond/Bond.git",
"tag": "v4.0.0-alpha.4"
},
"source_files": [
"Bond",
"Bond/Core",
"Bond/Extensions/Shared",
"Bond/Extensions/OSX",
"Bond/Extensions/iOS"
],
"ios": {
"exclude_files": "Bond/Extensions/OSX"
},
"osx": {
"exclude_files": "Bond/Extensions/iOS"
},
"frameworks": "SystemConfiguration",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}