[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / 4 / 1 / UnsplasherSDK / 1.0.1 / UnsplasherSDK.podspec.json
blobca1d08d02e83fa3f85a74eb1263bd22399241cac
2   "name": "UnsplasherSDK",
3   "version": "1.0.1",
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.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Unsplasher/**/*.swift"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.6"
29     ],
30     "SwiftKeychainWrapper": [
31       "~> 3.0.1"
32     ]
33   }