[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / b / RDPSDK / 1.0.8 / RDPSDK.podspec.json
blob1df3ec10419e9f4d4eb11e20cf56150cd46ef795
2   "name": "RDPSDK",
3   "version": "1.0.8",
4   "summary": "RDP SDK release",
5   "description": "RDP SDK for merchants to integrate with their iOS development",
6   "homepage": "https://bitbucket.org/reddotpayment/ios-sdk-cocoapod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Red Dot Payment",
12   "social_media_url": "https://www.facebook.com/reddotpayment",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": false,
17   "source": {
18     "git": "https://darylngrdp@bitbucket.org/reddotpayment/ios-sdk-cocoapod.git",
19     "tag": "1.0.8"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "RDPSDK/Classes/**/*",
26       "public_header_files": "RDPSDK/Classes/**/*.h",
27       "frameworks": [
28         "Accelerate",
29         "AudioToolbox",
30         "AVFoundation",
31         "CoreLocation",
32         "CoreMedia",
33         "MessageUI",
34         "MobileCoreServices",
35         "SystemConfiguration"
36       ],
37       "compiler_flags": "-fmodules",
38       "xcconfig": {
39         "OTHER_LDFLAGS": "-lc++ -ObjC"
40       },
41       "dependencies": {
42         "CardIO": [
44         ]
45       }
46     }
47   ]