[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 0 / InspeeroLibrary / 0.21.0 / InspeeroLibrary.podspec.json
blob9d90bfbb62121fe067b14c060897af420613b5f7
2   "name": "InspeeroLibrary",
3   "version": "0.21.0",
4   "summary": "InspeeroLibrary is standalone solution for reusableComponents.",
5   "swift_versions": "4.2",
6   "homepage": "https://git2.inspeero.com/ios/Inspeero_Library",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bhavesh Sarwar": "bsarwar@Inspeero.com",
13     "Kedar Sukerkar": "ksukerkar@inspeero.com",
14     "Pranay Jadhav": "pjadhav@inspeero.com"
15   },
16   "source": {
17     "git": "https://git2.inspeero.com/ios/Inspeero_Library.git",
18     "tag": "0.21.0"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "static_framework": true,
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "ILInAppPurchase",
28       "platforms": {
29         "ios": "10.0"
30       },
31       "source_files": "InspeeroLibrary/ILInAppPurchase/Source/*"
32     },
33     {
34       "name": "ILXMPPClient",
35       "platforms": {
36         "ios": "10.0"
37       },
38       "source_files": "InspeeroLibrary/ILXMPPClient/Source/*",
39       "dependencies": {
40         "XMPPFramework/Swift": [
42         ]
43       }
44     },
45     {
46       "name": "ILNetworkManager",
47       "platforms": {
48         "ios": "10.0"
49       },
50       "source_files": "InspeeroLibrary/ILNetworkManager/Source/*",
51       "dependencies": {
52         "Alamofire": [
53           "~> 4.8.0"
54         ]
55       }
56     },
57     {
58       "name": "ILSnackBar",
59       "platforms": {
60         "ios": "10.0"
61       },
62       "source_files": "InspeeroLibrary/ILSnackBar/Source/*"
63     },
64     {
65       "name": "ILSingleSignOn",
66       "platforms": {
67         "ios": "10.0"
68       },
69       "source_files": "InspeeroLibrary/ILSingleSignOn/Source/*",
70       "dependencies": {
71         "GoogleSignIn": [
73         ],
74         "FBSDKLoginKit": [
76         ],
77         "FBSDKShareKit": [
79         ]
80       }
81     },
82     {
83       "name": "ILSideMenu",
84       "platforms": {
85         "ios": "10.0"
86       },
87       "source_files": "InspeeroLibrary/ILSideMenu/Source/*"
88     },
89     {
90       "name": "ILMagentoManager",
91       "platforms": {
92         "ios": "10.0"
93       },
94       "source_files": "InspeeroLibrary/ILMagentoManager/Source/*",
95       "dependencies": {
96         "Alamofire": [
97           "~> 4.8.0"
98         ]
99       }
100     },
101     {
102       "name": "ILDatabaseManager",
103       "platforms": {
104         "ios": "10.0"
105       },
106       "source_files": "InspeeroLibrary/ILDatabaseManager/Source/*",
107       "dependencies": {
108         "Alamofire": [
109           "~> 4.8.0"
110         ]
111       }
112     },
113     {
114       "name": "ILVideoPicker",
115       "platforms": {
116         "ios": "10.0"
117       },
118       "source_files": "InspeeroLibrary/ILVideoPicker/Source/*"
119     },
120     {
121       "name": "ILLog",
122       "platforms": {
123         "ios": "10.0"
124       },
125       "source_files": "InspeeroLibrary/ILLog/Source/*"
126     },
127     {
128       "name": "ILButtons",
129       "platforms": {
130         "ios": "10.0"
131       },
132       "source_files": "InspeeroLibrary/ILButtons/Source/*",
133       "dependencies": {
134         "MaterialComponents/ActivityIndicator": [
136         ],
137         "MaterialComponents/ProgressView": [
139         ]
140       }
141     },
142     {
143       "name": "ILBannerView",
144       "platforms": {
145         "ios": "10.0"
146       },
147       "source_files": "InspeeroLibrary/ILBannerView/Source/*"
148     },
149     {
150       "name": "ILVideoPlayer",
151       "platforms": {
152         "ios": "10.0"
153       },
154       "source_files": "InspeeroLibrary/ILVideoPlayer/Source/*",
155       "dependencies": {
156         "DropDown": [
158         ]
159       }
160     },
161     {
162       "name": "ILEditText",
163       "platforms": {
164         "ios": "10.0"
165       },
166       "source_files": "InspeeroLibrary/ILEditText/Source/*"
167     },
168     {
169       "name": "ILTextView",
170       "platforms": {
171         "ios": "10.0"
172       },
173       "source_files": "InspeeroLibrary/ILTextView/Source/*"
174     },
175     {
176       "name": "ILImageLibrary",
177       "platforms": {
178         "ios": "10.0"
179       },
180       "source_files": "InspeeroLibrary/ILImageLibrary/Source/*"
181     }
182   ]