blob: bd4d69c4fa3b8d9e95153a917d8445f6d5c860f0 [file] [log] [blame]
{
"name": "OptionalProtocol",
"version": "0.2.0",
"summary": "OptionalProtocol will be able to add constraint for Optional<T> in generics.",
"description": "OptionalProtocol will be able to add constraint for Optional<T> in generics.\nex: func unwrap<T: OptionalProtocol> (object: T) -> T.Wrapped",
"homepage": "https://github.com/muukii/OptionalProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/OptionalProtocol.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "OptionalProtocol/Classes/**/*"
}