blob: 078244154e7d4ec5df4404f4e66b66f1eacdfd47 [file] [log] [blame]
{
"name": "XYZTestPod",
"version": "1.0.5",
"summary": "description of XYZTestPod.",
"description": "TODO: Write the description between the DESC delimiters below.",
"homepage": "https://github.com/AlbertXYZ/XYZTestPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlbertXYZ": "albert_xyz@163.com"
},
"source": {
"git": "https://github.com/AlbertXYZ/XYZTestPod.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XYZTestPod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"SnapKit": [
"~> 4.0.0"
],
"SDWebImage": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1",
"DEFINES_MODULE": "YES",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
},
"swift_version": "4.1",
"requires_arc": true
}