blob: f7df1a9b843c726d56ea7699bd164637662fd7d0 [file] [log] [blame]
{
"name": "TDBWalkthrough",
"version": "1.0.0",
"summary": "An easy way to add a walkthrough at launch",
"description": " TDBWalkthrough is a pod that allows you to add a walkthrough when the app starts.\n",
"homepage": "https://github.com/TitouanVanBelle/TDBWalkthrough",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Titouan Van Belle": "titouan.vanbelle@gmail.com"
},
"source": {
"git": "https://github.com/TitouanVanBelle/TDBWalkthrough.git",
"tag": "1.0.0"
},
"source_files": [
"Classes/*.{h,m}",
"Interfaces/*.{h,m}"
],
"resources": "Interfaces/*.{xib}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}