[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 0 / InspeeroLibrary / 0.9.0 / InspeeroLibrary.podspec.json
bloba2ea63de5c2f678453e6494ed014c8d7e85c39b3
2   "name": "InspeeroLibrary",
3   "version": "0.9.0",
4   "summary": "InspeeroLibrary is standalone solution for reusableComponents.",
5   "swift_version": "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.9.0"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "ILInAppPurchase",
27       "platforms": {
28         "ios": "10.0"
29       },
30       "source_files": "InspeeroLibrary/ILInAppPurchase/Source/*"
31     },
32     {
33       "name": "ILXMPPClient",
34       "platforms": {
35         "ios": "10.0"
36       },
37       "source_files": "InspeeroLibrary/ILXMPPClient/Source/*",
38       "dependencies": {
39         "XMPPFramework/Swift": [
41         ]
42       }
43     },
44     {
45       "name": "ILNetworkManager",
46       "platforms": {
47         "ios": "10.0"
48       },
49       "source_files": "InspeeroLibrary/ILNetworkManager/Source/*",
50       "dependencies": {
51         "Alamofire": [
52           "~> 4.8.0"
53         ]
54       }
55     },
56     {
57       "name": "ILSnackBar",
58       "platforms": {
59         "ios": "10.0"
60       },
61       "source_files": "InspeeroLibrary/ILSnackBar/Source/*"
62     },
63     {
64       "name": "ILSideMenu",
65       "platforms": {
66         "ios": "10.0"
67       },
68       "source_files": "InspeeroLibrary/ILSideMenu/Source/*"
69     },
70     {
71       "name": "ILMagentoManager",
72       "platforms": {
73         "ios": "10.0"
74       },
75       "source_files": "InspeeroLibrary/ILMagentoManager/Source/*",
76       "dependencies": {
77         "Alamofire": [
78           "~> 4.8.0"
79         ]
80       }
81     }
82   ]