blob: 251606b35bd84bb32dc778f9e8691d6142e7961b [file] [log] [blame]
{
"name": "OpusOptimalSDK",
"version": "1.0.0",
"summary": "Newly developed payments SDK.",
"description": " A longer description of OpusOptimalSDK in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/pskr1894/OpusOptimalSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pskr1894": "sudheer.cdp@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/pskr1894/OpusOptimalSDK.git",
"tag": "1.0.0"
},
"source_files": "OptimalApplePay/PublicHeaderFiles/*.h",
"exclude_files": "Classes/Exclude",
"resources": "OptimalApplePay/PublicHeaderFiles/*.xib",
"ios": {
"frameworks": "PassKit"
}
}