blob: b779d6a75073bab910747480e9abb2aa5690ed27 [file] [log] [blame]
{
"name": "HTConsumer",
"version": "0.6.10",
"summary": "HTConsumer is an HyperTrack iOS SDK for tracking.",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2015 HyperTrack, Inc. (http://www.hypertrack.io)"
},
"homepage": "http://www.hypertrack.io",
"authors": {
"Ulhas Mandrawadkar": "ulhas@hypertrack.io",
"HyperTrack, Inc.": "info@hypertrack.io"
},
"source": {
"http": "https://s3-us-west-2.amazonaws.com/hypertrack-ios-sdk/HTConsumer/0.6.10.zip"
},
"dependencies": {
"HTCommon": [
"0.6.10"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "HTConsumer",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PRODUCTION"
},
"source_files": [
"HTConsumer/*.{h,m}",
"HTConsumer/Internal/**/*.{h,m}",
"HTConsumer/UI/*.{h,m}"
],
"public_header_files": [
"HTConsumer/*.h",
"HTConsumer/UI/*.h"
],
"resource_bundles": {
"HTConsumer": [
"HTConsumer/Resources/HTConsumer.bundle/*.png"
]
},
"frameworks": [
"MapKit",
"CoreLocation"
],
"deprecated": true
}