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