CNLiveDisease.podspec.json 1.62 KB
{
  "name": "CNLiveDisease",
  "version": "0.1.0",
  "summary": "智慧农业部分组件化",
  "description": "TODO: Add long description of the pod here.",
  "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveDisease",
  "license": {
    "type": "MIT",
    "file": "LICENSE"
  },
  "authors": {
    "殷巧娟": "1427945373@qq.com"
  },
  "source": {
    "git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveDisease.git",
    "tag": "0.1.0"
  },
  "platforms": {
    "ios": "9.0"
  },
  "resource_bundles": {
    "CNLiveDisease": [
      "CNLiveDisease/Assets/Assets.xcassets"
    ]
  },
  "frameworks": [
    "UIKit",
    "Foundation"
  ],
  "subspecs": [
    {
      "name": "View",
      "dependencies": {
        "CNLiveTripartiteManagement/QMUIKit": [

        ],
        "CNLiveBaseKit": [

        ],
        "CNLiveTripartiteManagement/Masonry": [

        ]
      },
      "source_files": "CNLiveDisease/Classes/View/*.{h,m}"
    },
    {
      "name": "Controller",
      "dependencies": {
        "CNLiveBaseKit": [

        ],
        "CNLiveTripartiteManagement/QMUIKit": [

        ],
        "CNLiveTripartiteManagement/Masonry": [

        ],
        "CNLiveCommonCategory": [

        ],
        "CNLiveImagePickerController": [

        ],
        "CNLiveTripartiteManagement/FLAnimatedImage": [

        ],
        "CNLiveAVCamera": [

        ],
        "CNLiveCommonClass": [

        ],
        "CNLiveRequestBastKit": [

        ],
        "CNLiveDisease/View": [

        ],
        "CNLiveCoreMediator_ModuleDiseaseAction": [

        ]
      },
      "source_files": "CNLiveDisease/Classes/Controller/*.{h,m}"
    }
  ]
}