blob: 55120a9c676216e7a34a428832d83de8277a59bb [file] [log] [blame]
{
"name": "Whisper-iOS-SDK",
"version": "0.1.1",
"summary": "Official SDK for Whisper App.",
"description": " The Whisper-iOS-SDK will let your users create Whisper content\n from inside your app with just a few lines of code. Currently,\n we support creating a Whisper post from an Image, Data, file\n path, or URL, with a custom text overlay.\n\n Note that images using the SDK must be at least 640 pixels wide and 920 pixels high.\n",
"homepage": "https://github.com/WhisperApp/Whisper-iOS-SDK",
"license": "MIT",
"authors": {
"Yujin Ariza": "yujin@whisper.sh"
},
"source": {
"git": "https://github.com/WhisperApp/Whisper-iOS-SDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*"
}