| { |
| "name": "samsara-ios-sdk", |
| "version": "0.5.5.0", |
| "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.", |
| "homepage": "https://github.com/samsara/samsara", |
| "license": "Apache", |
| "authors": { |
| "Sathyavijayan Vittal": "sathyavijayan@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/samsara/samsara.git" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "clients/ios/Pod/Classes/*", |
| "dependencies": { |
| "Locksmith": [ |
| "2.0.8" |
| ], |
| "OHHTTPStubs": [ |
| "4.0.2" |
| ], |
| "OCMock": [ |
| "3.1.2" |
| ], |
| "Reachability": [ |
| "3.2" |
| ] |
| } |
| } |