blob: 1af445933f49c317cc956e90a42993ab2be30853 [file] [log] [blame]
{
"name": "OpusOptimalSDK",
"version": "1.0.1",
"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.1"
},
"source_files": [
"OptimalApplePay/PublicHeaderFiles/*.h",
"OptimalApplePay/ApplePay/*.{h,m}",
"OptimalApplePay/StubsClasses/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "OptimalApplePay/PublicHeaderFiles/*.xib",
"ios": {
"frameworks": "PassKit"
}
}