[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 7 / Klarna-on-Demand / 1.3.2 / Klarna-on-Demand.podspec.json
blob4b7c214a9e80ebdd64af338759e18da3cdb03482
2   "name": "Klarna-on-Demand",
3   "version": "1.3.2",
4   "summary": "SDK for Klarna's on-demand purchase service.",
5   "description": "Klarna on-demand allows you to integrate Klarna's payment solution in mobile apps that offer on demand services.\nIt's a perfect fit for apps selling concert tickets, taxi rides, food pick-ups, etc.",
6   "homepage": "https://github.com/klarna/klarna-on-demand-ios",
7   "screenshots": "https://raw.githubusercontent.com/klarna/klarna-on-demand-ios/master/screenshot.png",
8   "license": "Apache 2.0",
9   "authors": {
10     "Klarna InDeX Team": "index.e@klarna.com"
11   },
12   "source": {
13     "git": "https://github.com/klarna/klarna-on-demand-ios.git",
14     "tag": "1.3.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "ALWAYS_SEARCH_USER_PATHS": "YES"
22   },
23   "source_files": "KlarnaOnDemand/**/*.{h,m}",
24   "resource_bundles": {
25     "KOD": "KlarnaOnDemand/KOD.bundle/*.lproj"
26   },
27   "default_subspecs": [
28     "Crypto",
29     "JockeyJS"
30   ],
31   "subspecs": [
32     {
33       "name": "Crypto",
34       "source_files": "3rdParty/Crypto/**/*.{h,m}",
35       "private_header_files": "3rdParty/Crypto/**/*.h",
36       "xcconfig": {
37         "OTHER_LDFLAGS": "-ObjC -all_load"
38       },
39       "prefix_header_file": "3rdParty/Crypto/Crypto-Prefix.pch"
40     },
41     {
42       "name": "JockeyJS",
43       "source_files": "3rdParty/JockeyJS/*.{h,m}",
44       "private_header_files": "3rdParty/JockeyJS/*.h"
45     }
46   ]