blob: 720df7fa61832fad20a646ec03d6aea2ed8de828 [file] [log] [blame]
{
"name": "TestCommon",
"version": "0.11",
"summary": "test",
"description": "test 01",
"homepage": "https://github.com/alanz1982/TestCommon",
"license": "MIT",
"authors": {
"Zhang Yu": "yu.zhang@ipanda.co.jp"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/alanz1982/TestCommon.git",
"tag": "0.11"
},
"source_files": "Sources/*.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FrameworkC": [
"~> 0.3"
],
"Alamofire": [
"~> 5.0.0.beta.1"
]
}
}