[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 0 / InspeeroLibrary / 0.6.0 / InspeeroLibrary.podspec.json
blob96891b85ea4e919738547cb293e353b2a369b2f6
2   "name": "InspeeroLibrary",
3   "version": "0.6.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   },
14   "source": {
15     "git": "https://git2.inspeero.com/ios/Inspeero_Library.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "ILInAppPurchase",
25       "platforms": {
26         "ios": "10.0"
27       },
28       "source_files": "InspeeroLibrary/ILInAppPurchase/Source/*"
29     },
30     {
31       "name": "ILXMPPClient",
32       "platforms": {
33         "ios": "10.0"
34       },
35       "source_files": "InspeeroLibrary/ILXMPPClient/Source/*",
36       "dependencies": {
37         "XMPPFramework/Swift": [
39         ]
40       }
41     },
42     {
43       "name": "ILNetworkManager",
44       "platforms": {
45         "ios": "10.0"
46       },
47       "source_files": "InspeeroLibrary/ILNetworkManager/Source/*",
48       "dependencies": {
49         "Alamofire": [
50           "~> 4.8.0"
51         ]
52       }
53     },
54     {
55       "name": "ILSnackBar",
56       "platforms": {
57         "ios": "10.0"
58       },
59       "source_files": "InspeeroLibrary/ILSnackBar/Source/*"
60     },
61     {
62       "name": "ILSingleSignOn",
63       "platforms": {
64         "ios": "10.0"
65       },
66       "source_files": "InspeeroLibrary/ILSingleSignOn/Source/*",
67       "dependencies": {
68         "GoogleSignIn": [
70         ],
71         "FBSDKLoginKit": [
73         ],
74         "FBSDKShareKit": [
76         ]
77       }
78     },
79     {
80       "name": "ILSideMenu",
81       "platforms": {
82         "ios": "10.0"
83       },
84       "source_files": "InspeeroLibrary/ILSideMenu/Source/*"
85     }
86   ]