blob: 66d2906395b38617367f1b8109317e18752f5a6c [file] [log] [blame]
{
"name": "CallbackURLKit",
"version": "2.0.0",
"summary": "Implemenation of x-callback-url in swift",
"homepage": "https://github.com/phimage/CallbackURLKit",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/CallbackURLKit.git",
"tag": "2.0.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift"
},
{
"name": "GoogleChrome",
"source_files": "Clients/GoogleChrome.swift",
"dependencies": {
"CallbackURLKit/Core": [
]
}
},
{
"name": "Ulysses",
"source_files": "Clients/Ulysses.swift",
"dependencies": {
"CallbackURLKit/Core": [
]
}
}
]
}