[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 4 / f / 2 / BlueIntent / 0.12.0 / BlueIntent.podspec.json
blobbc4dc092c597096daddd82cd59e47843cb20f0b7
2   "name": "BlueIntent",
3   "version": "0.12.0",
4   "summary": "Swfit block utilities.",
5   "homepage": "https://github.com/qiuzhifei/BlueIntent",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "qiuzhifei": "qiuzhifei521@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/qiuzhifei/BlueIntent.git",
15     "tag": "0.12.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": [
21     "5.1",
22     "5.2"
23   ],
24   "default_subspecs": [
25     "Foundation",
26     "UIKit"
27   ],
28   "subspecs": [
29     {
30       "name": "Base",
31       "platforms": {
32         "ios": "9.0",
33         "watchos": "3.0"
34       },
35       "ios": {
36         "source_files": "BlueIntent/Classes/Base/**/*"
37       },
38       "watchos": {
39         "source_files": "BlueIntent/Classes/Base/**/*"
40       }
41     },
42     {
43       "name": "Foundation",
44       "platforms": {
45         "ios": "9.0",
46         "watchos": "3.0"
47       },
48       "ios": {
49         "source_files": "BlueIntent/Classes/Foundation/**/*"
50       },
51       "dependencies": {
52         "BlueIntent/Base": [
54         ]
55       },
56       "watchos": {
57         "source_files": "BlueIntent/Classes/Foundation/**/*"
58       }
59     },
60     {
61       "name": "UIKit",
62       "platforms": {
63         "ios": "9.0",
64         "watchos": "3.0"
65       },
66       "ios": {
67         "source_files": "BlueIntent/Classes/UIKit/**/*"
68       },
69       "watchos": {
70         "source_files": "BlueIntent/Classes/UIKit/**/*"
71       },
72       "dependencies": {
73         "BlueIntent/Base": [
75         ],
76         "BlueIntent/Foundation": [
78         ]
79       }
80     },
81     {
82       "name": "DB",
83       "platforms": {
84         "ios": "9.0"
85       },
86       "source_files": "BlueIntent/Classes/DB/**/*",
87       "dependencies": {
88         "BlueIntent/Base": [
90         ],
91         "BlueIntent/Foundation": [
93         ],
94         "FMDB": [
95           "~> 2.7"
96         ]
97       }
98     },
99     {
100       "name": "AppleLogin",
101       "platforms": {
102         "ios": "9.0"
103       },
104       "source_files": "BlueIntent/Classes/AppleLogin/**/*",
105       "dependencies": {
106         "BlueIntent/Base": [
108         ]
109       }
110     },
111     {
112       "name": "Layout",
113       "platforms": {
114         "ios": "9.0"
115       },
116       "source_files": "BlueIntent/Classes/Layout/**/*",
117       "dependencies": {
118         "BlueIntent/Base": [
120         ],
121         "PureLayout": [
122           "~> 3.1.6"
123         ]
124       }
125     },
126     {
127       "name": "Crypto",
128       "platforms": {
129         "ios": "9.0"
130       },
131       "source_files": "BlueIntent/Classes/Crypto/**/*",
132       "dependencies": {
133         "BlueIntent/Base": [
135         ],
136         "CryptoSwift": [
137           "~> 1.3.1"
138         ]
139       }
140     },
141     {
142       "name": "BezierPath",
143       "platforms": {
144         "ios": "9.0"
145       },
146       "source_files": "BlueIntent/Classes/BezierPath/**/*",
147       "dependencies": {
148         "BlueIntent/Base": [
150         ],
151         "YYText": [
152           "~> 1.0.7"
153         ]
154       }
155     },
156     {
157       "name": "ControllerTransitioning",
158       "platforms": {
159         "ios": "9.0"
160       },
161       "source_files": "BlueIntent/ControllerTransitioning/Classes/**/*",
162       "dependencies": {
163         "BlueIntent/Base": [
165         ]
166       }
167     }
168   ],
169   "swift_version": "5.2"