blob: 09ad2e4eed9e49103f835cd61bbc39471f68a646 [file] [log] [blame]
{
"name": "vantiq-sdk-ios",
"version": "1.1.1",
"summary": "API for the Vantiq system for iOS applications.",
"description": "The Vantiq iOS SDK is Objective-C that provides an API into a Vantiq system for iOS applications. The SDK connects to a Vantiq system using the Vantiq REST API.",
"homepage": "https://github.com/Vantiq/vantiq-sdk-ios",
"license": "MIT",
"authors": {
"Vantiq, Inc.": "info@vantiq.com"
},
"source": {
"git": "https://github.com/Vantiq/vantiq-sdk-ios.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"vantiq-sdk-ios": [
"Pod/Assets/*.png"
]
}
}