blob: bd1af79e8a5fb3d5225b2f340b6caea61d327f11 [file] [log] [blame]
{
"name": "TestRepo1",
"version": "1.0.0",
"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": "3dc6eb7d2ebce833a9ca964af02254bc1bff4483",
"tag": "1.0.0"
},
"source_files": [
"OptimalApplePay/MockPassKItLib/*.{h,m}",
"OptimalApplePay/PaymentKit/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit",
"PassKit"
]
}