[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / 0 / OptionalProtocol / 0.1.0 / OptionalProtocol.podspec.json
blob9ee32915d7d4c776ff9edddedf902efc41f515ae
2   "name": "OptionalProtocol",
3   "version": "0.1.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.1.0"
17   },
18   "social_media_url": "https://twitter.com/muukii0803",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.2",
22     "watchos": "2.0",
23     "osx": "10.10"
24   },
25   "source_files": "OptionalProtocol/Classes/**/*"