Example/Pods/Local Podspecs/TailorSwift.podspec.json
{
"name": "TailorSwift",
"version": "0.1.0",
"summary": "A short description of TailorSwift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Ross Butler/TailorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "ross.butler@argos.co.uk"
},
"source": {
"git": "https://github.com/Ross Butler/TailorSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TailorSwift/Classes/**/*"
}