blob: 3e593cc5cc6a2d6d2661f0cb48debf25f9c70d92 [file] [log] [blame]
{
"name": "mobagel-ios-sdk",
"version": "1.0.0",
"summary": "MoBagel’s SDK simplifies the process of calling MoBagel's API and quickly deploy real-time reporting on IoT devices.",
"description": "MoBagel is a real-time cloud analytics platform that helps IoT companies monitor and analyze hardware usage, speed up research and development, forecast sales and marketing strategies, and proactively engage with customers to prevent product returns.",
"homepage": "https://github.com/MOBAGEL/mobagel-ios-sdk",
"license": "MIT",
"authors": {
"KenLin": "can@mobagel.com"
},
"source": {
"git": "https://github.com/MOBAGEL/mobagel-ios-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MoBagelSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}