[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / f / Photobook / 2.0.1 / Photobook.podspec.json
blobb7c4e4daf270e9fd7c4104c252acbb59c542b47f
2   "name": "Photobook",
3   "version": "2.0.1",
4   "summary": "The Photobook SDK makes it easy to create beautiful, high quality photo books from within your app",
5   "description": "Description here",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "authors": {
14     "Konstantinos Karagiannis": "kkarayannis@gmail.com",
15     "Jaime Landazuri": "jlandazuri42@gmail.com",
16     "Julian Gruber": ""
17   },
18   "homepage": "https://www.kite.ly",
19   "source": {
20     "git": "https://github.com/OceanLabs/Photobook-iOS.git",
21     "tag": "v2.0.1"
22   },
23   "source_files": [
24     "Photobook/**/*.swift",
25     "PhotobookSDK/**/*.swift"
26   ],
27   "swift_version": "4.2",
28   "resource_bundles": {
29     "PhotobookResources": [
30       "Photobook/Base.lproj/Photobook.storyboard",
31       "Photobook/Resources/Assets.xcassets",
32       "Photobook/Resources/Lora-Regular.ttf",
33       "Photobook/Resources/Montserrat-Bold.ttf",
34       "Photobook/Resources/OpenSans-Regular.ttf"
35     ]
36   },
37   "module_name": "Photobook",
38   "dependencies": {
39     "KeychainSwift": [
40       "~> 11.0.0"
41     ],
42     "SDWebImage": [
43       "~> 4.4.0"
44     ],
45     "Stripe": [
47     ],
48     "Analytics": [
49       "~> 3.0"
50     ],
51     "PayPal-iOS-Dynamic-Loader": [
53     ]
54   }