blob: 8cf92cbcbf4b723842d9f835044289371fa4f136 [file] [log] [blame]
{
"name": "samsara-ios-sdk",
"version": "0.0.2",
"summary": "Samsara client library for iOS devices",
"description": " samsara-ios-sdk is a client library for the Samsara Analytics platform. For more information visit the github page.\n",
"homepage": "https://github.com/samsara/samsara-ios-sdk",
"license": "Apache",
"authors": {
"Sathyavijayan Vittal": "sathyavijayan@gmail.com"
},
"source": {
"git": "https://github.com/samsara/samsara-ios-sdk.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"samsara-ios-sdk": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Locksmith": [
"1.2.1"
]
}
}