blob: 89a84db8f25a7701cf54b56cdee5a588e31c63a0 [file] [log] [blame]
{
"name": "UrbanThingsAPI",
"version": "0.9.1",
"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.1"
},
"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"
}
}