[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / f / BRKit / 1.0.2 / BRKit.podspec.json
blob9b670ad8fdfde1043178bef1229c5167b17c60c9
2   "name": "BRKit",
3   "version": "1.0.2",
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     "任波": "91renb@gmail.com"
13   },
14   "social_media_url": "http://blog.91renb.com",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/91renb/BRKit.git",
20     "tag": "1.0.2"
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   ]