[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 4 / 1 / UnsplasherSDK / 1.2.0 / UnsplasherSDK.podspec.json
blob966b11254a42a788347c47ae4c9165c6f02d7610
2   "name": "UnsplasherSDK",
3   "version": "1.2.0",
4   "summary": "Unsplash API client written in Swift.",
5   "description": "Unsplash API client written in Swift. It supports user authentication and all the features available in the official API.",
6   "homepage": "https://github.com/adboco/Unsplasher-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrián Bouza Correa": "adboco@telefonica.net"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/adboco/Unsplasher-SDK.git",
19     "tag": "v1.2.0"
20   },
21   "source_files": [
22     "Classes",
23     "Unsplasher/**/*.swift"
24   ],
25   "requires_arc": true,
26   "frameworks": "WebKit",
27   "dependencies": {
28     "Alamofire": [
29       "~> 4.6"
30     ],
31     "SwiftKeychainWrapper": [
32       "~> 3.0.1"
33     ]
34   }