blob: 0059e3dbb65b1f6c43a7291e8870f08ecb03f3be [file] [log] [blame]
{
"name": "UrbanThingsAPI",
"version": "0.9.3",
"summary": "UrbanThings SDK framework for UrbanThings Transport API",
"description": "Provides Swift framework for all Apple platforms to access the UrbanThings Transport API",
"homepage": "https://github.com/urbanthings/urbanthings-sdk-apple",
"license": "MIT",
"authors": {
"UrbanThings": "apisupport@urbanthings.io"
},
"source": {
"git": "https://github.com/urbanthings/urbanthings-sdk-apple.git",
"tag": "0.9.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "UrbanThingsAPI/**/*.{swift,h}",
"watchos": {
"exclude_files": "**/MKPolyline+GooglePolyline.swift"
}
}