blob: 9ee32915d7d4c776ff9edddedf902efc41f515ae [file] [log] [blame]
{
"name": "OptionalProtocol",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"tvos": "9.2",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "OptionalProtocol/Classes/**/*"
}