[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 1.4.5 / BDToolKit.podspec.json
blob8b7f6e93ff2d4786dd77557c08cb13902020547d
2   "name": "BDToolKit",
3   "version": "1.4.5",
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.4.5"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "WebKit",
25     "AVFoundation"
26   ],
27   "requires_arc": true,
28   "source_files": "BDToolKit.h",
29   "public_header_files": "BDToolKit.h",
30   "subspecs": [
31     {
32       "name": "BDViewController",
33       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
34       "public_header_files": "UIKit/Controller/BDViewController/*.h"
35     },
36     {
37       "name": "BDTableViewController",
38       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
39       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
40     },
41     {
42       "name": "BDCollectionViewController",
43       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
44       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
45     },
46     {
47       "name": "BDView",
48       "source_files": "UIKit/View/BDView/*.{h,m}",
49       "public_header_files": "UIKit/View/BDView/*.h"
50     },
51     {
52       "name": "BDTableViewCell",
53       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
54       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
55     },
56     {
57       "name": "BDCollectionViewCell",
58       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
59       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
60     },
61     {
62       "name": "NSArray+BDUIKIT",
63       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
64       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
65     },
66     {
67       "name": "NSString+BD",
68       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
69       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
70     },
71     {
72       "name": "UILabel+BD",
73       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
74       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
75     },
76     {
77       "name": "UITextField+BD",
78       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
79       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
80     },
81     {
82       "name": "UITextView+BD",
83       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
84       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
85     },
86     {
87       "name": "UIView+BD",
88       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
89       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
90     },
91     {
92       "name": "BDButton",
93       "source_files": "UIKit/View/BDButton/*.{h,m}",
94       "public_header_files": "UIKit/View/BDButton/*.h"
95     },
96     {
97       "name": "BDSegmentView",
98       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
99       "public_header_files": "UIKit/View/BDSegmentView/*.h"
100     },
101     {
102       "name": "BDImageView",
103       "source_files": "UIKit/View/BDImageView/*.{h,m}",
104       "public_header_files": "UIKit/View/BDImageView/*.h"
105     },
106     {
107       "name": "BDLabel",
108       "source_files": "UIKit/View/BDLabel/*.{h,m}",
109       "public_header_files": "UIKit/View/BDLabel/*.h"
110     },
111     {
112       "name": "UIView+BDCDS",
113       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
114       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
115     },
116     {
117       "name": "NSURLProtocol+WKWebVIew",
118       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
119       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
120     },
121     {
122       "name": "BDAudioPlayer",
123       "source_files": "UIKit/Utils/BDAudioPlayer/*.{h,m}",
124       "public_header_files": "UIKit/Utils/BDAudioPlayer/*.h",
125       "resources": "UIKit/Utils/BDAudioPlayer/*.bundle"
126     },
127     {
128       "name": "BDFreeStyleButton",
129       "dependencies": {
130         "BDToolKit/BDView": [
132         ]
133       },
134       "source_files": "UIKit/View/BDFreeStyleButton/*.{h,m}",
135       "public_header_files": "UIKit/View/BDFreeStyleButton/*.h"
136     },
137     {
138       "name": "BDModel",
139       "source_files": "Foundation/Utils/BDModel/*.{h,m}",
140       "public_header_files": "Foundation/Utils/BDModel/*.h"
141     }
142   ]