[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 2 / BlueIntent / 0.6.0 / BlueIntent.podspec.json
blobba7f84e49f5dae7b22011c16abad3f4e5b47f8c0
2   "name": "BlueIntent",
3   "version": "0.6.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.6.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": "AppleLogin",
83       "platforms": {
84         "ios": "9.0"
85       },
86       "source_files": "BlueIntent/Classes/AppleLogin/**/*",
87       "dependencies": {
88         "BlueIntent/Base": [
90         ]
91       }
92     },
93     {
94       "name": "Layout",
95       "platforms": {
96         "ios": "9.0"
97       },
98       "source_files": "BlueIntent/Classes/Layout/**/*",
99       "dependencies": {
100         "BlueIntent/Base": [
102         ],
103         "PureLayout": [
104           "~> 3.1.6"
105         ]
106       }
107     },
108     {
109       "name": "Crypto",
110       "platforms": {
111         "ios": "9.0"
112       },
113       "source_files": "BlueIntent/Classes/Crypto/**/*",
114       "dependencies": {
115         "BlueIntent/Base": [
117         ],
118         "CryptoSwift": [
119           "~> 1.3.1"
120         ]
121       }
122     }
123   ],
124   "swift_version": "5.2"