blob: f92acfc8cec93816af0bf70cc81d70e301df55ab [file] [log] [blame]
{
"name": "CookieManager",
"version": "1.0.0",
"summary": "Manage cookies of UIWebView.",
"description": "CookieManager manages cookies of UIWebView.\n\n* Show all cookies\n* Delete specific cookie",
"homepage": "https://github.com/koogawa/CookieManager",
"screenshots": "https://raw.githubusercontent.com/koogawa/CookieManager/master/screenshot.png",
"license": "MIT",
"authors": {
"Kosuke Ogawa": "koogawa.app@gmail.com"
},
"social_media_url": "http://twitter.com/koogawa",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/koogawa/CookieManager.git",
"tag": "1.0.0"
},
"source_files": "CookieManager/*.{swift,h,m}",
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}