blob: fc36a4c3b8b8a270a29358269f401cd17c5fc0fe [file] [log] [blame]
{
"name": "InspeeroLibs",
"version": "0.4.0",
"authors": "Inspeero Technologies.",
"summary": "A collection of stand-alone production-ready libraries focused on reusbility details.",
"homepage": "https://git2.inspeero.com/bsarwar/InspeeroLibraries",
"license": "MIT",
"source": {
"git": "https://git2.inspeero.com/bsarwar/InspeeroLibraries.git",
"tag": "0.4.0",
"branch": "develop"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "InAppPurchase",
"platforms": {
"ios": "10.0"
},
"source_files": "Components/InAppPurchase/Source/*"
},
{
"name": "XMPPClient",
"platforms": {
"ios": "10.0"
},
"source_files": "Components/XMPPClient/Source/*",
"dependencies": {
"XMPPFramework/Swift": [
]
}
},
{
"name": "NetworkManager",
"platforms": {
"ios": "10.0"
},
"source_files": "Components/NetworkManager/Source/*",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
]
}
}
]
}