[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 2 / BlueIntent / 0.5.0 / BlueIntent.podspec.json
bloba5e5b7c014c681c546f4649ba7ae83bcf0045e4d
2   "name": "BlueIntent",
3   "version": "0.5.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.5.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       "ios": {
45         "source_files": "BlueIntent/Classes/Foundation/**/*"
46       },
47       "dependencies": {
48         "BlueIntent/Base": [
50         ]
51       },
52       "platforms": {
53         "watchos": "3.0"
54       },
55       "watchos": {
56         "source_files": "BlueIntent/Classes/Foundation/**/*"
57       }
58     },
59     {
60       "name": "UIKit",
61       "ios": {
62         "source_files": "BlueIntent/Classes/UIKit/**/*"
63       },
64       "platforms": {
65         "watchos": "3.0"
66       },
67       "watchos": {
68         "source_files": "BlueIntent/Classes/UIKit/**/*"
69       },
70       "dependencies": {
71         "BlueIntent/Base": [
73         ],
74         "BlueIntent/Foundation": [
76         ]
77       }
78     },
79     {
80       "name": "AppleLogin",
81       "source_files": "BlueIntent/Classes/AppleLogin/**/*",
82       "dependencies": {
83         "BlueIntent/Base": [
85         ]
86       }
87     },
88     {
89       "name": "Layout",
90       "source_files": "BlueIntent/Classes/Layout/**/*",
91       "dependencies": {
92         "BlueIntent/Base": [
94         ],
95         "PureLayout": [
96           "~> 3.1.6"
97         ]
98       }
99     },
100     {
101       "name": "Crypto",
102       "source_files": "BlueIntent/Classes/Crypto/**/*",
103       "dependencies": {
104         "BlueIntent/Base": [
106         ],
107         "CryptoSwift": [
108           "~> 1.3.1"
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.2"