blob: 894ede6cb07c6156a199c301c64ef7985ff6d16a [file] [log] [blame]
{
"name": "TestPodLibrary",
"version": "0.0.2",
"summary": "A short description of TestPodLibrary.",
"homepage": "https://github.com/wangyongxin/TestPodLibrary",
"license": "MIT",
"authors": {
"wangyongxin": "wangyongxin546@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wangyongxin/TestPodLibrary.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"TestPodLibrary/*"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"Classes/**/*.h",
"TestPodLibrary/**/*.h"
]
}