blob: c1c2b749cc420c5620a825e8e04abff964911fb8 [file] [log] [blame]
{
"name": "CustomBrowserKit",
"version": "1.0",
"summary": "Let your users open links in their favorite browser",
"description": "CustomBrowserKit is a library designed to provide ability to open links in browser besides Safari to your awesome app's users. It is written in Objective-C and extended with Swift.",
"homepage": "https://github.com/ky1vstar/CustomBrowserKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ky1vstar": "ky1vstar@yandex.ru"
},
"source": {
"git": "https://github.com/ky1vstar/CustomBrowserKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": "Source/*.xcassets",
"public_header_files": "Source/*.{h}",
"source_files": [
"Source/*.{h,m,swift}",
"Source/Private/*.{h,m}"
],
"frameworks": "UIKit"
}