blob: bdb0c808b5ca8215ffe3044ee9e7231eab7df6a2 [file] [log] [blame]
{
"name": "GiphyPicker",
"version": "0.1.0",
"summary": "Picker for selecting Gifs from giphy.com",
"description": "With GiphyPicker you can search and use a Giphy image in your project.\nThe only thing you need is a token generated from giphy.com website.",
"homepage": "https://github.com/candotti/GiphyPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Candotti": "daniele@candotti.info"
},
"source": {
"git": "https://github.com/candotti/GiphyPicker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/danielecandotti",
"platforms": {
"ios": "10.0"
},
"source_files": "GiphyPicker/Classes/**/*",
"resources": "GiphyPicker/Assets/*.xib",
"dependencies": {
"GiphyCoreSDK": [
"~> 1.4.2"
],
"SDWebImage": [
"~> 5.0.4"
]
},
"testspecs": [
{
"name": "UnitTests",
"test_type": "unit",
"source_files": "GiphyPicker/Tests/**/*.{h,m,swift}"
}
]
}