blob: 485e582a6485d9d0eed4ab92996f5368d18167a3 [file] [log] [blame]
{
"name": "TestRepo1",
"version": "1.0.1",
"summary": "This is the test repository",
"description": " A longer description of TestRepo1 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/TestGitOp/TestRepo1",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"TestGitOp": "sudheer.cdp@gmail.com"
},
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/TestGitOp/TestRepo1.git",
"commit": "ec9f55ec2c0e042dbe5548a49ba3d5522f5639a0",
"tag": "1.0.1"
},
"source_files": [
"OptimalApplePay/MockPassKItLib/*.{h,m}",
"OptimalApplePay/PaymentKit/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit",
"PassKit"
]
}