[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 1 / 4 / PixleeSDK / 2.6.0 / PixleeSDK.podspec.json
blob4e3db12f0267585ab6df060f51c917d3881f0921
2   "name": "PixleeSDK",
3   "version": "2.6.0",
4   "summary": "An API Wrapper for Pixlee API",
5   "description": "This SDK makes it easy for Pixlee customers to easily include Pixlee albums in their native iOS apps. It includes a native wrapper to the Pixlee album API as well as some drop-in and customizable UI elements to quickly get you started. This repo includes both the Pixlee iOS SDK and an example project to show you how it's used.",
6   "homepage": "https://github.com/pixlee/pixlee-ios-sdk.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sungjun Hong": "sungjun@pixleeteam.com"
13   },
14   "source": {
15     "git": "https://github.com/pixlee/pixlee-ios-sdk.git",
16     "tag": "2.6.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "SDK",
23   "subspecs": [
24     {
25       "name": "SDK",
26       "source_files": "Classes/SDK/**/*{swift}",
27       "resources": "Classes/SDK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
28       "dependencies": {
29         "Alamofire": [
30           "~> 5.0"
31         ],
32         "Nuke": [
33           "~> 8.0"
34         ],
35         "Gifu": [
37         ],
38         "PixleeSDK/InfiniteLayout": [
40         ]
41       }
42     },
43     {
44       "name": "InfiniteLayout",
45       "source_files": "Classes/InfiniteLayout/**/*",
46       "dependencies": {
47         "PixleeSDK/CocoaProxy": [
49         ]
50       },
51       "exclude_files": "**/*/SPMBridge.swift"
52     },
53     {
54       "name": "CocoaProxy",
55       "source_files": "Classes/CocoaProxy/**/*"
56     }
57   ],
58   "swift_version": "5.0"