blob: 60df66b06b74b96bd2a29be79ac9b84137a2a21a [file] [log] [blame]
{
"name": "LMGRemoteData",
"version": "1.0.5",
"summary": "Remote data layer for the LMG iOS SDK",
"description": "Implements the remote data objects for the LMG iOS SDK.",
"homepage": "https://github.com/loopmediagroup/loopmediagroup-ios-graphql-client",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Loop Media Group": "dev@loopmediagroup.com"
},
"source": {
"git": "https://github.com/loopmediagroup/loopmediagroup-ios-graphql-client.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "LMGRemoteData/Classes/**/*.{swift}",
"dependencies": {
"LMGDataAccess": [
"~> 1.0.5"
],
"LMGNotificationBus": [
"~> 1.0.6"
],
"Apollo": [
"~> 0.9.1"
]
}
}