blob: 9b0faae9de1f965aa60657f32cd904f31d7799ee [file] [log] [blame]
{
"name": "CallbackURLKit",
"version": "2.1.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.1.0"
},
"default_subspecs": "Core",
"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": [
]
}
}
]
}