blob: 8ebc9d786e219e29db2409345b3795ca970d488c [file] [log] [blame]
{
"name": "guggysdk",
"version": "0.0.7",
"summary": "Offical Guggy SDK in swift to integrate with Guggy's GIF messaging",
"description": "Guggy is the future of GIF messaging. Integrate with Guggy to allow your users to communicate with text and GIF together.\nSee docs 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.7"
},
"source_files": "guggysdk/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"PromiseKit": [
"~> 3.4"
],
"SwiftyJSON": [
]
}
}