blob: 3be2ccd3ab4309fa16610ec5e8e2c2fdcd3bd12d [file] [log] [blame]
{
"name": "FrameworkC",
"version": "0.2",
"summary": "Test pods",
"description": "Test multi pods",
"homepage": "https://github.com/alanz1982/FrameworkC",
"license": "MIT",
"authors": {
"Zhang Yu": "yu.zhang@ipanda.co.jp"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/alanz1982/FrameworkC.git",
"tag": "0.2"
},
"source_files": "FrameworkC/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 5.0.0.beta.1"
]
}
}