[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / f / CallbackURLKit / 1.0.1 / CallbackURLKit.podspec.json
blob53af304dc4c744b98b5032e48777e60eded8141f
2   "name": "CallbackURLKit",
3   "version": "1.0.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": "1.0.1"
18   },
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "3.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   ]