blob: 52b1771ff23576fad695e5789d66dd31bcc47749 [file] [log] [blame]
{
"name": "MyFramework123Phunv",
"version": "0.1.0",
"summary": "A brief description of MyFramework project.",
"description": "An extended description of MyFramework project.",
"homepage": "http://your.homepage/here",
"license": {
"type": "Copyright",
"text": " Copyright 2018\n Permission is granted to...\n"
},
"authors": {
"Phu2810": "nguyenphu2810@gmail.com"
},
"source": {
"git": "https://github.com/testcocoapod/TestCocoa.git",
"tag": "0.1.0"
},
"public_header_files": "MyFramework.framework/Headers/*.h",
"source_files": "MyFramework.framework/Headers/*.h",
"vendored_frameworks": "MyFramework.framework",
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"swift_version": "4.2"
}