blob: 109da8115ba4ef17dd1cf73a1d47d93acbcbdcd8 [file] [log] [blame]
{
"name": "TestHelloWorlder",
"version": "1.0.2",
"summary": "A test application to demonstrate CocoaPods usage.",
"description": "This is a test application to get acquainted with creating, deploying and using of CocoaPods.",
"homepage": "https://github.com/vputrov/testcocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Putrov": "victor.putrov@aspose.com"
},
"source": {
"git": "https://github.com/vputrov/testcocoa.git",
"tag": "1.0.2"
},
"platforms": {
"osx": "10.10"
},
"swift_versions": "5.1.3",
"source_files": "TestHelloWorlder/Classes/**/*",
"swift_version": "5.1.3"
}