[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 1 / f / CallbackURLKit / 2.2.0 / CallbackURLKit.podspec.json
blobc9563e4db3516cde3cf7cdfc21e91e0ea1f7a662
2   "name": "CallbackURLKit",
3   "version": "2.2.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.2.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     {
35       "name": "Ulysses",
36       "source_files": "Clients/Ulysses.swift",
37       "dependencies": {
38         "CallbackURLKit/Core": [
40         ]
41       }
42     }
43   ]