[Add] DocumentReaderFullAuthRFIDNightly 7.6.11079
[CocoaPods.git] / Specs / 9 / 1 / f / CallbackURLKit / 2.0.0 / CallbackURLKit.podspec.json
blob66d2906395b38617367f1b8109317e18752f5a6c
2   "name": "CallbackURLKit",
3   "version": "2.0.0",
4   "summary": "Implemenation of x-callback-url in swift",
5   "homepage": "https://github.com/phimage/CallbackURLKit",
6   "license": "MIT",
7   "authors": {
8     "phimage": "eric.marchand.n7@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0",
12     "osx": "10.11",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/phimage/CallbackURLKit.git",
17     "tag": "2.0.0"
18   },
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "4.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources/*.swift"
25     },
26     {
27       "name": "GoogleChrome",
28       "source_files": "Clients/GoogleChrome.swift",
29       "dependencies": {
30         "CallbackURLKit/Core": [
32         ]
33       }
34     },
35     {
36       "name": "Ulysses",
37       "source_files": "Clients/Ulysses.swift",
38       "dependencies": {
39         "CallbackURLKit/Core": [
41         ]
42       }
43     }
44   ]