blob: 52b23d6240d9f5f7fa8a2560b422c1b2c63c4bc5 [file] [log] [blame]
{
"name": "GiphyPicker",
"version": "0.1.1",
"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.1"
},
"swift_versions": "5.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"
]
},
"swift_version": "5.0",
"testspecs": [
{
"name": "UnitTests",
"test_type": "unit",
"source_files": "GiphyPicker/Tests/**/*.{h,m,swift}"
}
]
}