blob: 88e4f314b3cee87d77315b9effbe8069b3e8693b [file] [log] [blame]
{
"name": "LWTestPod",
"version": "1.0.0",
"summary": "A short description",
"description": "add new my test pod",
"homepage": "https://github.com/1365102044/LWTestPod.git",
"license": "MIT",
"authors": {
"1365102044": "liu1365102044@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/1365102044/LWTestPod.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"TestPod/TestPod/**/*.{h,m,mm}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"Masonry": [
"~> 1.1.0"
]
}
}