blob: 063e1a8761afabbf22a646798d45b170f9aad2a6 [file] [log] [blame]
{
"name": "RDPSDK",
"version": "1.0.4",
"summary": "RDP SDK release",
"description": "RDP SDK for merchants to integrate with their iOS development",
"homepage": "https://bitbucket.org/reddotpayment/ios-sdk-cocoapod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Red Dot Payment",
"social_media_url": "https://www.facebook.com/reddotpayment",
"platforms": {
"ios": "9.0"
},
"requires_arc": false,
"source": {
"git": "https://darylngrdp@bitbucket.org/reddotpayment/ios-sdk-cocoapod.git",
"tag": "1.0.4"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "RDPSDK/Classes/**/*",
"public_header_files": "RDPSDK/Classes/**/*.h",
"frameworks": [
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"CoreMedia",
"MessageUI",
"MobileCoreServices",
"SystemConfiguration"
],
"compiler_flags": "-fmodules",
"xcconfig": {
"OTHER_LDFLAGS": "-lc++ -ObjC"
},
"dependencies": {
"CardIO": [
]
}
}
]
}