blob: 8267e35ed0e0bc56fe014f43d841c17e7821cfc9 [file] [log] [blame]
{
"name": "SLComposable",
"version": "0.1.4",
"summary": "SLComposable provides a simpler API for creating and presenting SLComposeViewControllers.",
"description": "To make use of SLComposable, simply call `composePost(text text: String?, image: UIImage?, url: NSURL?, network: SLComposableServiceType)` from any UIViewController. This will create, populate and present an SLComposeViewController.",
"homepage": "https://github.com/stuartbreckenridge/SLComposable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stuart Breckenridge": "dev@stuart.sg"
},
"source": {
"git": "https://github.com/stuartbreckenridge/SLComposable.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/stuarticus",
"platforms": {
"ios": "9.0"
},
"source_files": "SLComposable/Classes/**/*"
}