[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / e / UnsplashKit / 0.0.24 / UnsplashKit.podspec.json
blobb91eb08e5b134d298801325fea1cdf722f5df98c
2   "name": "UnsplashKit",
3   "version": "0.0.24",
4   "summary": "Client for Unsplash API",
5   "description": "Swift client for unsplash.com API",
6   "homepage": "https://github.com/carambalabs/UnsplashKit",
7   "social_media_url": "https://twitter.com/carambalabs",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Caramba.io": "hello@caramba.io"
14   },
15   "source": {
16     "git": "https://github.com/carambalabs/UnsplashKit.git",
17     "tag": "0.0.24"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "UnsplashKit/Classes/**/*",
26   "dependencies": {
27     "CarambaKit/Networking": [
28       "~> 1.0"
29     ]
30   }