[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / f / BRKit / 2.1.1 / BRKit.podspec.json
blob0a5ba58e13cade387b2dbcce5e3871e4367311d6
2   "name": "BRKit",
3   "version": "2.1.1",
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/agiapp/BRKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "任波": "developer@irenb.com"
13   },
14   "social_media_url": "https://www.irenb.com",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/agiapp/BRKit.git",
20     "tag": "2.1.1"
21   },
22   "public_header_files": "BRKit/BRKit.h",
23   "source_files": "BRKit/BRKit.h",
24   "resource_bundles": {
25     "BRKit.Privacy": "BRKit/PrivacyInfo.xcprivacy"
26   },
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": "BRKit/Foundation/*.{h,m}"
32     },
33     {
34       "name": "UIKit",
35       "dependencies": {
36         "BRKit/Foundation": [
38         ]
39       },
40       "source_files": "BRKit/UIKit/*.{h,m}"
41     }
42   ]