[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / f / BRKit / 1.2.0 / BRKit.podspec.json
blob265633a547f87e67f82059d9cda80bd6f0851837
2   "name": "BRKit",
3   "version": "1.2.0",
4   "summary": "A collection of iOS UIKit, Foundation and other extensions.",
5   "description": "A collection of iOS UIKit, Foundation and other extensions, Support the Objective - C language.",
6   "homepage": "https://github.com/91renb/BRKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "任波": "contact@irenb.com"
13   },
14   "social_media_url": "https://www.irenb.com",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/91renb/BRKit.git",
20     "tag": "1.2.0"
21   },
22   "public_header_files": "BRKit/BRKit.h",
23   "source_files": "BRKit/BRKit.h",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "source_files": "BRKit/Foundation/*.{h,m}"
29     },
30     {
31       "name": "UIKit",
32       "dependencies": {
33         "BRKit/Foundation": [
35         ]
36       },
37       "source_files": "BRKit/UIKit/*.{h,m}"
38     }
39   ]