[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 1.3.3 / BDToolKit.podspec.json
blobd8033fb4f2331481a0ae2f1bcf1561b143972b50
2   "name": "BDToolKit",
3   "version": "1.3.3",
4   "summary": "Usefull tool for objective-c develop.",
5   "description": "Usefull tool for objective-c develop.Help yourself in this post.And buy me a cup of coffee.Just kidding.Anyway Where is coffee shop?",
6   "homepage": "https://github.com/reference/BDToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Scott Ban": "imti_bandianhong@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/reference/BDToolKit.git",
19     "tag": "1.3.3"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "WebKit"
25   ],
26   "requires_arc": true,
27   "source_files": "BDToolKit.h",
28   "public_header_files": "BDToolKit.h",
29   "subspecs": [
30     {
31       "name": "BDViewController",
32       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
33       "public_header_files": "UIKit/Controller/BDViewController/*.h"
34     },
35     {
36       "name": "BDTableViewController",
37       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
38       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
39     },
40     {
41       "name": "BDCollectionViewController",
42       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
43       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
44     },
45     {
46       "name": "BDView",
47       "source_files": "UIKit/View/BDView/*.{h,m}",
48       "public_header_files": "UIKit/View/BDView/*.h"
49     },
50     {
51       "name": "BDTableViewCell",
52       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
53       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
54     },
55     {
56       "name": "BDCollectionViewCell",
57       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
58       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
59     },
60     {
61       "name": "NSArray+BDUIKIT",
62       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
63       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
64     },
65     {
66       "name": "NSString+BD",
67       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
68       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
69     },
70     {
71       "name": "UILabel+BD",
72       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
73       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
74     },
75     {
76       "name": "UITextField+BD",
77       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
78       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
79     },
80     {
81       "name": "UITextView+BD",
82       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
83       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
84     },
85     {
86       "name": "UIView+BD",
87       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
88       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
89     },
90     {
91       "name": "BDButton",
92       "source_files": "UIKit/View/BDButton/*.{h,m}",
93       "public_header_files": "UIKit/View/BDButton/*.h"
94     },
95     {
96       "name": "BDSegmentView",
97       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
98       "public_header_files": "UIKit/View/BDSegmentView/*.h"
99     },
100     {
101       "name": "BDImageView",
102       "source_files": "UIKit/View/BDImageView/*.{h,m}",
103       "public_header_files": "UIKit/View/BDImageView/*.h"
104     },
105     {
106       "name": "BDLabel",
107       "source_files": "UIKit/View/BDLabel/*.{h,m}",
108       "public_header_files": "UIKit/View/BDLabel/*.h"
109     },
110     {
111       "name": "UIView+BDCDS",
112       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
113       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
114     },
115     {
116       "name": "NSURLProtocol+WKWebVIew",
117       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
118       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
119     }
120   ]