blob: 8071efecd4b56a185775521a102610f812f26e1a [file] [log] [blame]
{
"name": "guggysdk",
"version": "0.0.8",
"summary": "Guggy's Swift SDK'",
"description": "Swift SDK to integrate Guggy's GIF Message into your app.\nLearn more at http://docs.guggy.com/ios-swift/",
"homepage": "http://guggy.com",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Guggy": "support@guggy.com"
},
"social_media_url": "https://twitter.com/GuggyCo",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://bitbucket.org/guggydevelopment/guggy-ios-sdk.git",
"tag": "0.0.8"
},
"source_files": "guggysdk/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"PromiseKit": [
"~> 3.4"
],
"SwiftyJSON": [
]
}
}