blob: 53af304dc4c744b98b5032e48777e60eded8141f [file] [log] [blame]
{
"name": "CallbackURLKit",
"version": "1.0.1",
"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": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/CallbackURLKit.git",
"tag": "1.0.1"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.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": [
]
}
}
]
}