[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 1.2.5 / BDToolKit.podspec.json
blob6b2dc05c40af9daa5574ecefc59ab2a6c8a09bc1
2   "name": "BDToolKit",
3   "version": "1.2.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.2.5"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "source_files": "BDToolKit.h",
27   "public_header_files": "BDToolKit.h",
28   "subspecs": [
29     {
30       "name": "BDViewController",
31       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
32       "public_header_files": "UIKit/Controller/BDViewController/*.h"
33     },
34     {
35       "name": "BDTableViewController",
36       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
37       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
38     },
39     {
40       "name": "BDCollectionViewController",
41       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
42       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
43     },
44     {
45       "name": "BDView",
46       "source_files": "UIKit/View/BDView/*.{h,m}",
47       "public_header_files": "UIKit/View/BDView/*.h"
48     },
49     {
50       "name": "BDTableViewCell",
51       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
52       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
53     },
54     {
55       "name": "BDCollectionViewCell",
56       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
57       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
58     },
59     {
60       "name": "NSArray+BDUIKIT",
61       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
62       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
63     },
64     {
65       "name": "NSString+BD",
66       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
67       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
68     },
69     {
70       "name": "UILabel+BD",
71       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
72       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
73     },
74     {
75       "name": "UITextField+BD",
76       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
77       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
78     },
79     {
80       "name": "UITextView+BD",
81       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
82       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
83     },
84     {
85       "name": "UIView+BD",
86       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
87       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
88     },
89     {
90       "name": "BDButton",
91       "source_files": "UIKit/View/BDButton/*.{h,m}",
92       "public_header_files": "UIKit/View/BDButton/*.h"
93     },
94     {
95       "name": "BDSegmentView",
96       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
97       "public_header_files": "UIKit/View/BDSegmentView/*.h"
98     },
99     {
100       "name": "BDImageView",
101       "source_files": "UIKit/View/BDImageView/*.{h,m}",
102       "public_header_files": "UIKit/View/BDImageView/*.h"
103     },
104     {
105       "name": "BDLabel",
106       "source_files": "UIKit/View/BDLabel/*.{h,m}",
107       "public_header_files": "UIKit/View/BDLabel/*.h"
108     },
109     {
110       "name": "UIView+BDCDS",
111       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
112       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
113     }
114   ]