[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / c / GiphyPicker / 0.1.0 / GiphyPicker.podspec.json
blobbdb0c808b5ca8215ffe3044ee9e7231eab7df6a2
2   "name": "GiphyPicker",
3   "version": "0.1.0",
4   "summary": "Picker for selecting Gifs from giphy.com",
5   "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.",
6   "homepage": "https://github.com/candotti/GiphyPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Candotti": "daniele@candotti.info"
13   },
14   "source": {
15     "git": "https://github.com/candotti/GiphyPicker.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/danielecandotti",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "GiphyPicker/Classes/**/*",
23   "resources": "GiphyPicker/Assets/*.xib",
24   "dependencies": {
25     "GiphyCoreSDK": [
26       "~> 1.4.2"
27     ],
28     "SDWebImage": [
29       "~> 5.0.4"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "UnitTests",
35       "test_type": "unit",
36       "source_files": "GiphyPicker/Tests/**/*.{h,m,swift}"
37     }
38   ]