[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / 3 / 0 / Deeplinkable / 0.1.0 / Deeplinkable.podspec.json
blob6b180d78bfa8454cc60621082e2af912a356dc1c
2   "name": "Deeplinkable",
3   "version": "0.1.0",
4   "summary": "A modular Deeplink SDK.",
5   "description": "The sdk create a way to map deeplinks easily, you just need to implement the Deeplinkable protocol, nothing more is necessary. You do not need to register and your deeplinks would be indexed, to be reached quickly. Deeplinkable can handle static and dynamic urls using regex expressions.",
6   "homepage": "https://github.com/allanragec/Deeplinkable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Allan Melo": "allanragec@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/allanragec/Deeplinkable.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Deeplinkable/Classes/**/*",
23   "swift_version": "5.0"