[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 1.0.1 / BDToolKit.podspec.json
blob75eeb58cd908ed949bd0b0cd1d08a6839f8d7cbf
2   "name": "BDToolKit",
3   "version": "1.0.1",
4   "summary": "Usefull tool for objective-c develop.",
5   "description": "A simple toolkit for ios dev",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/reference/BDToolKit.git",
19     "tag": "1.0.1"
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   ]