[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 0 / 3 / 9 / TBPagarME / 0.1.0 / TBPagarME.podspec.json
blob129a9755ab5d7d470b083f15407adfc2e0cb0751
2   "name": "TBPagarME",
3   "version": "0.1.0",
4   "summary": "Facilitador do gateway pagar.me.",
5   "description": "Simples lib para gerar card_hash e na sequência concluir o pagamento, com o cartão de crédito.",
6   "homepage": "https://github.com/tiagobsbraga/TBPagarME",
7   "license": "MIT",
8   "authors": {
9     "Tiago Braga": "contato@tiagobraga.cc"
10   },
11   "source": {
12     "git": "https://github.com/tiagobsbraga/TBPagarME.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/tiagobraga",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "TBPagarME": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "SwiftyRSA": [
28       "~> 0.2"
29     ],
30     "SwiftLuhn": [
31       "~> 0.1"
32     ]
33   }