Sha256: af65f014295a8ac156234bbfe3cee737f1d764635b72cb7b051cc4305c8311e0

Contents?: true

Size: 841 Bytes

Versions: 2

Compression:

Stored size: 841 Bytes

Contents

{
  "name": "AppGroup",
  "version": "1.0.0",
  "summary": "Injected podspec used by CocoaPods-AppGroup plugin.",
  "description": "This is intended to be used as an injected podspec template \n used by the [CocoaPods-ApGroup plugin](https://github.com/mzp/cocoapods-app_group).\n\n It should *not* be referenced outside of that context. \n",
  "homepage": "https://github.com/mzp/cocoapods-app_group",
  "license": {
    "type": "MIT",
    "text": "MIT LICENSE Found in the repo"
  },
  "authors": {
    "mzp": "mzpppp@gmail.com"
  },
  "source": {
    "git": "https://github.com/mzp/cocoapods-app_group.git",
    "tag": "<%= Cocoapods::AppGroup::VERSION %>"
  },
  "user_target_xcconfig": {
    "APP_IDENTIFIER": "<%= store.read :app_group %>"
  },
  "source_files": "*.{h,m,swift}",
  "frameworks": "Foundation",
  "requires_arc": true
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-app_group-0.2.0 templates/AppGroup.podspec.json
cocoapods-app_group-0.1.0 templates/AppGroup.podspec.json