blob: b26ea26d3fc5bf25c1cf41d45a0d116ca2261b47 [file] [log] [blame]
{
"name": "Chaining",
"version": "0.5.27",
"summary": "Binding values with method chaining.",
"homepage": "https://github.com/objective-audio/SwiftChaining",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "yukiyasos@gmail.com"
},
"source": {
"git": "https://github.com/objective-audio/SwiftChaining.git",
"tag": "0.5.27"
},
"platforms": {
"ios": "10.3",
"osx": "10.13"
},
"source_files": "SwiftChaining/**/*",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftChaining/Core/*"
}
]
}