blob: 397d20a661fa7321fc986e0db5104c3ee260263b [file] [log] [blame]
{
"name": "LHJView",
"version": "0.0.1",
"summary": "this is a test view.",
"description": "I need to write something to let you understand me.",
"homepage": "https://github.com/lhjzzu/LHJView",
"license": "MIT",
"authors": {
"lhjzzu": "1822657131@qq.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/lhjzzu/LHJView.git",
"tag": "0.0.1"
},
"source_files": "LHJView/LHJView/*.h",
"public_header_files": "LHJView/**/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6"
]
}
}