CNLiveCycleScrollView.podspec.json 652 Bytes
{
  "name": "CNLiveCycleScrollView",
  "version": "0.0.1",
  "summary": "放大缩小轮播图封装",
  "description": "TODO: Add long description of the pod here.",
  "homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView",
  "license": {
    "type": "MIT",
    "file": "LICENSE"
  },
  "authors": {
    "殷巧娟": "1427945373@qq.com"
  },
  "source": {
    "git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveCycleScrollView.git",
    "tag": "0.0.1"
  },
  "platforms": {
    "ios": "9.0"
  },
  "source_files": "CNLiveCycleScrollView/Classes/**/*.{h,m}",
  "dependencies": {
    "SDWebImage": [
      "~> 5.0.0-beta3"
    ]
  }
}