blob: f4b3d32b65cc97c7a65dcf66df3596355fc7bf2e [file] [log] [blame]
{
"name": "UrbanThingsAPI",
"version": "0.9.0",
"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.0"
},
"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"
}
}