blob: 05be4d0344dfd392171e561bad3fc9011adb15cb [file] [log] [blame]
{
"name": "Moya-SwiftyJSON",
"version": "0.1.0",
"summary": "Moya SwiftyJSON 对象映射",
"description": "Moya-SwiftyJSON 更方便的对象映射",
"homepage": "https://github.com/imzyf/Moya-SwiftyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yifans_Z": "168@yifans.com"
},
"source": {
"git": "https://github.com/imzyf/Moya-SwiftyJSON.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/zhaoyifans",
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Moya-SwiftyJSON/Classes/Core/*",
"dependencies": {
"Moya": [
">= 12.0.0"
],
"SwiftyJSON": [
]
}
}
]
}