blob: 5fb4d9b770e2e0f6c67fbcf0edb79520154002c1 [file] [log] [blame]
{
"name": "PodDeploy",
"version": "0.2.2",
"summary": "An example project structure of a cocoapod, with fastlane CI deploy.",
"description": "An example project structure of a cocoapod, with fastlane CI deploy.\n\nCurrent dependency management supported:\n - Cocoapods\n - Carthage",
"homepage": "https://github.com/bmoliveira/pod-auto-deploy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bmoliveira": "bm.oliveira.dev@gmail.com"
},
"source": {
"git": "https://github.com/bmoliveira/pod-auto-deploy.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.swift"
}