[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 1 / f / CallbackURLKit / 1.0.0 / CallbackURLKit.podspec.json
blob936248ea11bc30e7c501198086dd4750b321810f
2   "name": "CallbackURLKit",
3   "version": "1.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": "8.0",
12     "osx": "10.9",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/phimage/CallbackURLKit.git",
17     "tag": "1.0.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Sources/*.swift"
24     },
25     {
26       "name": "GoogleChrome",
27       "source_files": "Clients/GoogleChrome.swift",
28       "dependencies": {
29         "CallbackURLKit/Core": [
31         ]
32       }
33     }
34   ]