blob: c5fc00e438187ae7dec8973f1de4ec9d62532566 [file] [log] [blame]
{
"name": "SodiumCocoaSwift",
"version": "1.0.0",
"summary": "Sodium library for Swift Cocoa controls.",
"description": "Sodium FRP library for Cocoa controls.\nSwift 3.0 (XCode 8.0)",
"homepage": "https://github.com/SodiumFRP/sodium-swift.git",
"license": {
"type": "MIT",
"file": "COPYING"
},
"authors": [
"Stephen Blackheath",
"Anthony Jones",
"Andrew Bradnan"
],
"social_media_url": "http://twitter.com/NullPlague",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SodiumFRP/sodium-swift.git",
"tag": "1.0.0"
},
"source_files": "SodiumCocoa/**/*.{swift}",
"dependencies": {
"SodiumSwift": [
],
"SwiftCommon": [
"~> 1.0.0"
],
"SwiftCommonIOS": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}