[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 0 / OptionalProtocol / 0.2.0 / OptionalProtocol.podspec.json
blobbd4d69c4fa3b8d9e95153a917d8445f6d5c860f0
2   "name": "OptionalProtocol",
3   "version": "0.2.0",
4   "summary": "OptionalProtocol will be able to add constraint for Optional<T> in generics.",
5   "description": "OptionalProtocol will be able to add constraint for Optional<T> in generics.\nex: func unwrap<T: OptionalProtocol> (object: T) -> T.Wrapped",
6   "homepage": "https://github.com/muukii/OptionalProtocol",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "muukii": "m@muukii.me"
13   },
14   "source": {
15     "git": "https://github.com/muukii/OptionalProtocol.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/muukii0803",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "osx": "10.10"
23   },
24   "source_files": "OptionalProtocol/Classes/**/*"