blob: 17e782c6ae7c56d73845c287a0fc5ed7985d2ade [file] [log] [blame]
{
"name": "TBCocoapod",
"version": "0.1.0",
"summary": "A dummy Cocoapod to teach myself how to make Cocoapods.",
"description": " This is the description. Same line.\n\n New line! *italics*, **bold**, `monospace`.\n\n * dot\n * dot\n",
"homepage": "https://github.com/ThePantsThief/TBCocoapod",
"license": "MIT",
"authors": {
"ThePantsThief": "tannerbennett@me.com"
},
"source": {
"git": "https://github.com/ThePantsThief/TBCocoapod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBCocoapod": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}