[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / c / JDKit / 0.1.1 / JDKit.podspec.json
blob776539407a2f4e87379cc740d7ed85c91ce9eb62
2   "name": "JDKit",
3   "version": "0.1.1",
4   "summary": "A Basic UI Framework for JD App.",
5   "homepage": "http://gitlab.cbpmgt.com",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "jiaoguangzhou": "jiaoguangzhou@jd.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "http://gitlab.cbpmgt.com/ios/jdkit.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "JDKit/JDKit/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "JDKit": [
23       "JDKit/Assets/**/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "MBProgressHUD": [
33       "~> 1.0.0"
34     ],
35     "MMMaterialDesignSpinner": [
36       "0.2.3"
37     ],
38     "MJRefresh": [
39       "~> 3.1.12"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Category",
45       "source_files": "JDKit/JDKit/Classes/Category/*"
46     },
47     {
48       "name": "JDRAlertView",
49       "source_files": "JDKit/JDKit/Classes/JDRAlertView/**/*",
50       "public_header_files": "JDKit/JDKit/Classes/JDRAlertView/**/*.h",
51       "resources": "JDKit/Assets/**/*.png",
52       "dependencies": {
53         "JDKit/Category": [
55         ]
56       }
57     },
58     {
59       "name": "JDRButton",
60       "source_files": "JDKit/JDKit/Classes/JDRButton/**/*",
61       "public_header_files": "JDKit/JDKit/Classes/JDRButton/**/*.h",
62       "resources": "JDKit/Assets/**/*.png",
63       "dependencies": {
64         "MMMaterialDesignSpinner": [
65           "0.2.3"
66         ]
67       }
68     },
69     {
70       "name": "JDRCycleScrollView",
71       "source_files": "JDKit/JDKit/Classes/JDRCycleScrollView/**/*",
72       "public_header_files": "JDKit/JDKit/Classes/JDRCycleScrollView/**/*.h",
73       "resources": "JDKit/Assets/**/*.png"
74     },
75     {
76       "name": "JDRImageView",
77       "source_files": "JDKit/JDKit/Classes/JDRImageView/**/*",
78       "public_header_files": "JDKit/JDKit/Classes/JDRImageView/**/*.h",
79       "resources": "JDKit/Assets/**/*.png"
80     },
81     {
82       "name": "JDRNavigationBar",
83       "source_files": "JDKit/JDKit/Classes/JDRNavigationBar/**/*",
84       "public_header_files": "JDKit/JDKit/Classes/JDRNavigationBar/**/*.h",
85       "resources": "JDKit/Assets/**/*.png"
86     },
87     {
88       "name": "JDRProgressHUD",
89       "source_files": "JDKit/JDKit/Classes/JDRProgressHUD/**/*",
90       "public_header_files": "JDKit/JDKit/Classes/JDRProgressHUD/**/*.h",
91       "resources": "JDKit/Assets/**/*.png",
92       "dependencies": {
93         "MBProgressHUD": [
94           "~> 1.0.0"
95         ]
96       }
97     },
98     {
99       "name": "JDRTableView",
100       "source_files": "JDKit/JDKit/Classes/JDRTableView/**/*",
101       "public_header_files": "JDKit/JDKit/Classes/JDRTableView/**/*.h",
102       "resources": "JDKit/Assets/**/*.png"
103     },
104     {
105       "name": "JDRTextField",
106       "source_files": "JDKit/JDKit/Classes/JDRTextField/**/*",
107       "public_header_files": "JDKit/JDKit/Classes/JDRTextField/**/*.h",
108       "resources": "JDKit/Assets/**/*.png"
109     },
110     {
111       "name": "JDRTextView",
112       "source_files": "JDKit/JDKit/Classes/JDRTextView/**/*",
113       "public_header_files": "JDKit/JDKit/Classes/JDRTextView/**/*.h",
114       "resources": "JDKit/Assets/**/*.png"
115     }
116   ]