[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / d / a / 7 / Klarna-on-Demand / 0.1.1 / Klarna-on-Demand.podspec.json
blob6bdd349c44756f89e59616dae6c830f8ddc0a51b
2   "name": "Klarna-on-Demand",
3   "version": "0.1.1",
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.\n                          It's a perfect fit for apps selling concert tickets, taxi rides, food pick-ups, etc.\n",
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": "0.1.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "KlarnaOnDemand/**/*.{m,h}",
21   "resource_bundles": {
22     "KOD": "KlarnaOnDemand/KOD.bundle/*.lproj"
23   },
24   "default_subspecs": [
25     "Crypto",
26     "JockeyJS"
27   ],
28   "subspecs": [
29     {
30       "name": "Crypto",
31       "source_files": "3rdParty/Crypto/**/*.{m,h}",
32       "xcconfig": {
33         "OTHER_LDFLAGS": "-ObjC -all_load"
34       },
35       "prefix_header_contents": "\n      #ifdef __OBJC__\n        #import <Foundation/Foundation.h>\n        #import \"BDError.h\"\n        #import \"BDLog.h\"\n      #endif\n    "
36     },
37     {
38       "name": "JockeyJS",
39       "source_files": "3rdParty/JockeyJS/*.{m,h}"
40     }
41   ]