YHKit.podspec.json 790 Bytes
{
  "name": "YHKit",
  "version": "0.2.1",
  "description": "YOHO Tool Kit",
  "license": "MIT",
  "summary": "YOHO Kit",
  "homepage": "http://git.yoho.cn/ios/YHKit",
  "authors": {
    "ZhangTonghai": "leo.zhang@yoho.cn"
  },
  "source": {
    "git": "http://git.yoho.cn/ios/YHKit.git",
    "tag": "0.2.1"
  },
  "requires_arc": true,
  "platforms": {
    "ios": "7.0"
  },
  "source_files": "YHKit/*.{h,m}",
  "subspecs": [
    {
      "name": "BlockKit",
      "source_files": "YHKit/BlockKit/**/*.{h,m}"
    },
    {
      "name": "CategoryKit",
      "source_files": "YHKit/CategoryKit/**/*.{h,m}"
    },
    {
      "name": "ViewKit",
      "source_files": "YHKit/ViewKit/**/*.{h,m}"
    },
    {
      "name": "ToolKit",
      "source_files": "YHKit/ToolKit/**/*.{h,m}"
    }
  ]
}