blob: 1ac83a185e648e670ce9428cc9c2086095d48893 [file] [log] [blame]
{
"name": "Violin",
"version": "1.0.0",
"license": "MIT",
"summary": "IOS framework",
"homepage": "https://github.com/sahajata/violin",
"source": {
"git": "https://github.com/sahajata/violin.git",
"tag": "1.0.0"
},
"source_files": "Violin/Violin/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"Moya": [
"~> 11.0.2"
]
},
"authors": {
"BY": "3328886@qq.com"
},
"social_media_url": "https://github.com/sahajata",
"swift_version": "4.1.2"
}