[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 5 / CustomBrowserKit / 1.0 / CustomBrowserKit.podspec.json
blobc1c2b749cc420c5620a825e8e04abff964911fb8
2   "name": "CustomBrowserKit",
3   "version": "1.0",
4   "summary": "Let your users open links in their favorite browser",
5   "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.",
6   "homepage": "https://github.com/ky1vstar/CustomBrowserKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ky1vstar": "ky1vstar@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/ky1vstar/CustomBrowserKit.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "resources": "Source/*.xcassets",
23   "public_header_files": "Source/*.{h}",
24   "source_files": [
25     "Source/*.{h,m,swift}",
26     "Source/Private/*.{h,m}"
27   ],
28   "frameworks": "UIKit"