[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 1 / 4 / PixleeSDK / 2.7.0-rc.1 / PixleeSDK.podspec.json
blobf48dcdeec8bb5c74ac5507d9afb7452ecd8ab2f7
2   "name": "PixleeSDK",
3   "version": "2.7.0-rc.1",
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.7.0-rc.1"
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": "Sources/PixleeSDK/**/*{swift}",
27       "resources": "Sources/PixleeSDK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
28       "dependencies": {
29         "Alamofire": [
30           "~> 5.0"
31         ],
32         "Nuke": [
33           "~> 8.0"
34         ],
35         "Gifu": [
36           "~> 3.3"
37         ],
38         "InfiniteLayout": [
39           "~> 0.4.2"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"