blob: d0eaba274ebadb8b5b3d479805f4524dbfebf8a1 [file] [log] [blame]
{
"name": "XYZTestPod",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XYZTestPod/Classes/**/*",
"public_header_files": "XYZTestPod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}