[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / b / e / UnsplashKit / 2.0.6 / UnsplashKit.podspec.json
blobaec24f3ce3d4cf81b608f5abcabe176b749b555f
2   "name": "UnsplashKit",
3   "version": "2.0.6",
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": "2.0.6"
18   },
19   "default_subspecs": "Source",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Foundation",
30       "source_files": "UnsplashKit/Classes/Foundation/**/*.swift",
31       "dependencies": {
32         "Unbox": [
33           "~> 2.3"
34         ],
35         "Result": [
36           "~> 3.1"
37         ],
38         "HTTPStatusCodes": [
39           "~> 3.1"
40         ]
41       },
42       "frameworks": [
43         "CoreLocation"
44       ]
45     },
46     {
47       "name": "Source",
48       "dependencies": {
49         "CarambaKit/Networking": [
50           "~> 1.0.0"
51         ],
52         "UnsplashKit/Foundation": [
54         ]
55       },
56       "source_files": "UnsplashKit/Classes/UnsplashSource/**/*.swift"
57     },
58     {
59       "name": "API",
60       "source_files": "UnsplashKit/Classes/UnsplashAPI/**/*.swift",
61       "dependencies": {
62         "UnsplashKit/Foundation": [
64         ]
65       }
66     }
67   ]