blob: 391e7c7c9cfd749e3d3f3a168fd3034961c8bcad [file] [log] [blame]
{
"name": "CallbackURLKit",
"version": "0.1.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": "0.1.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "CallbackURLKit/*.swift"
},
{
"name": "GoogleChrome",
"source_files": "Clients/GoogleChrome.swift",
"dependencies": {
"CallbackURLKit/Core": [
]
}
}
]
}