blob: c97be14ce1711efed82b77fd856e5fb6442b4bd2 [file] [log] [blame]
{
"name": "WGBTestPodFiles",
"version": "1.0.1",
"summary": "An easy way to test pod files",
"homepage": "https://github.com/WangGuibin/WGBTestPodFiles",
"license": "MIT",
"authors": {
"WGB": "864562082@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/WangGuibin/WGBTestPodFiles.git",
"tag": "1.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Animation",
"source_files": "WGBTestPodFiles/**/WGBAnimation.{h,m}"
},
{
"name": "AppOne",
"source_files": "WGBTestPodFiles/**/AppOne.{h,m}"
},
{
"name": "Person",
"source_files": "WGBTestPodFiles/**/Person.{h,m}"
}
]
}