Skip to content

Instantly share code, notes, and snippets.

@banjun
Last active November 3, 2015 12:56
Show Gist options
  • Save banjun/6fd1492861dfe1074eae to your computer and use it in GitHub Desktop.
Save banjun/6fd1492861dfe1074eae to your computer and use it in GitHub Desktop.
{
"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": "v0.4.0"
},
"source_files": "templates/*.{h,m,swift}",
"frameworks": "Foundation",
"requires_arc": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment