blob: eceac4215c84812c700c834c317c7791cd15fa8c [file] [log] [blame]
{
"name": "SafariCookieBridge",
"version": "1.0.3",
"summary": "Get and Set data via Safari Cookie",
"description": "SafariCookieBridge can get data from Safari's Cookie, and also set data to Cookie. Very convenient to transfer data between App and Web, even if App is not installed. You can fetch cookie data after user install your App, and let user continue to do something that he want do in Web Page.",
"homepage": "https://github.com/mkoosun/SafariCookieBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanglin.sun": "mkoosun@gmail.com"
},
"source": {
"git": "https://github.com/mkoosun/SafariCookieBridge.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"source_files": "SafariCookieBridge/Classes/**/*"
}