blob: a2ea63de5c2f678453e6494ed014c8d7e85c39b3 [file] [log] [blame]
{
"name": "InspeeroLibrary",
"version": "0.9.0",
"summary": "InspeeroLibrary is standalone solution for reusableComponents.",
"swift_version": "4.2",
"homepage": "https://git2.inspeero.com/ios/Inspeero_Library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bhavesh Sarwar": "bsarwar@Inspeero.com",
"Kedar Sukerkar": "ksukerkar@inspeero.com",
"Pranay Jadhav": "pjadhav@inspeero.com"
},
"source": {
"git": "https://git2.inspeero.com/ios/Inspeero_Library.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"subspecs": [
{
"name": "ILInAppPurchase",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILInAppPurchase/Source/*"
},
{
"name": "ILXMPPClient",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILXMPPClient/Source/*",
"dependencies": {
"XMPPFramework/Swift": [
]
}
},
{
"name": "ILNetworkManager",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILNetworkManager/Source/*",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
]
}
},
{
"name": "ILSnackBar",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILSnackBar/Source/*"
},
{
"name": "ILSideMenu",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILSideMenu/Source/*"
},
{
"name": "ILMagentoManager",
"platforms": {
"ios": "10.0"
},
"source_files": "InspeeroLibrary/ILMagentoManager/Source/*",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
]
}
}
]
}