[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / f / 2 / BlueIntent / 0.3.0 / BlueIntent.podspec.json
blob072bb2039c20226537d52b199d7c336a6192a824
2   "name": "BlueIntent",
3   "version": "0.3.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.3.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       "source_files": "BlueIntent/Classes/Base/**/*"
32     },
33     {
34       "name": "Foundation",
35       "source_files": "BlueIntent/Classes/Foundation/**/*",
36       "dependencies": {
37         "BlueIntent/Base": [
39         ]
40       }
41     },
42     {
43       "name": "UIKit",
44       "source_files": "BlueIntent/Classes/UIKit/**/*",
45       "dependencies": {
46         "BlueIntent/Base": [
48         ],
49         "BlueIntent/Foundation": [
51         ]
52       }
53     },
54     {
55       "name": "AppleLogin",
56       "source_files": "BlueIntent/Classes/AppleLogin/**/*",
57       "dependencies": {
58         "BlueIntent/Base": [
60         ]
61       }
62     },
63     {
64       "name": "Layout",
65       "source_files": "BlueIntent/Classes/Layout/**/*",
66       "dependencies": {
67         "BlueIntent/Base": [
69         ],
70         "PureLayout": [
71           "~> 3.1.6"
72         ]
73       }
74     },
75     {
76       "name": "Crypto",
77       "source_files": "BlueIntent/Classes/Crypto/**/*",
78       "dependencies": {
79         "BlueIntent/Base": [
81         ],
82         "CryptoSwift": [
83           "~> 1.3.1"
84         ]
85       }
86     }
87   ],
88   "swift_version": "5.2"