blob: c53caf3793e4641a8a8230305cbaf742cde8b6d2 [file] [log] [blame]
{
"name": "cocoapodtest1234",
"version": "0.2.0",
"summary": "This is a test cocoapod project.",
"description": "This is a test cocoapod project. This is a test cocoapod project.",
"homepage": "https://github.com/vishnuprasannan333/cocoapodtest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vishnuprasannan333": "vishnu@bmuse.com"
},
"source": {
"git": "https://github.com/vishnuprasannan333/cocoapodtest.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "cocoapodtest/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"pushed_with_swift_version": "echo \"3.0\" >> .swift-version"
}