[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / f / CallbackURLKit / 0.1.1 / CallbackURLKit.podspec.json
blob391e7c7c9cfd749e3d3f3a168fd3034961c8bcad
2   "name": "CallbackURLKit",
3   "version": "0.1.1",
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": "0.1.1"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "CallbackURLKit/*.swift"
24     },
25     {
26       "name": "GoogleChrome",
27       "source_files": "Clients/GoogleChrome.swift",
28       "dependencies": {
29         "CallbackURLKit/Core": [
31         ]
32       }
33     }
34   ]