[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / GiphyPicker / 0.1.1 / GiphyPicker.podspec.json
blob52b23d6240d9f5f7fa8a2560b422c1b2c63c4bc5
2   "name": "GiphyPicker",
3   "version": "0.1.1",
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.1"
17   },
18   "swift_versions": "5.0",
19   "social_media_url": "https://twitter.com/danielecandotti",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "GiphyPicker/Classes/**/*",
24   "resources": "GiphyPicker/Assets/*.xib",
25   "dependencies": {
26     "GiphyCoreSDK": [
27       "~> 1.4.2"
28     ],
29     "SDWebImage": [
30       "~> 5.0.4"
31     ]
32   },
33   "swift_version": "5.0",
34   "testspecs": [
35     {
36       "name": "UnitTests",
37       "test_type": "unit",
38       "source_files": "GiphyPicker/Tests/**/*.{h,m,swift}"
39     }
40   ]