blob: 35ab391bd9321498317b05801d4b87c2efb1abbb [file] [log] [blame]
{
"name": "TransloaditAPI",
"version": "1.0.0",
"summary": "The official iOS SDK for the Transloadit API",
"description": "This is the official iOS SDK for the transloadit.com API.\n\nIt allows you to easily use Transloadit services in your iPhone or iPad applications.",
"homepage": "https://transloadit.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Koschuetzki": "tim@transloadit.com",
"Mark Robert Masterson": "Mark@Masterson.io"
},
"social_media_url": "https://twitter.com/transloadit",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/transloadit/ios-sdk.git",
"tag": "1.0.0"
},
"source_files": "TransloaditLib/**/*.{h,m}",
"requires_arc": true
}