[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / 0 / UnsplashSwift / 0.2.0 / UnsplashSwift.podspec.json
blob489f60b4e80309b8050a39734ea4a10ef46132fb
2   "name": "UnsplashSwift",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/jdisho/UnsplashSwift",
8   "authors": {
9     "Joan Disho": "dishojoan@gmail.com"
10   },
11   "summary": "A Swift wrapper for the Unsplash API",
12   "source": {
13     "git": "https://github.com/jdisho/UnsplashSwift.git",
14     "tag": "0.2.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "UnsplashSwift/Sources/*.swift",
27       "frameworks": "Foundation",
28       "dependencies": {
29         "Alamofire": [
30           "~> 4.7"
31         ]
32       }
33     }
34   ]