blob: ee617f6be5da8179411f519291a99b70ed7fa4d0 [file] [log] [blame]
{
"name": "LMGRemoteData",
"version": "1.0.11",
"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.11"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "LMGRemoteData/Classes/**/*.{swift}",
"dependencies": {
"LMGDataAccess": [
"~> 1.0.8"
],
"LMGNotificationBus": [
"~> 1.0.7"
],
"Apollo": [
"~> 0.9.1"
]
}
}