[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 0 / 3 / 9 / TBPagarME / 1.2.0 / TBPagarME.podspec.json
bloba4a83cb9659473013de3a1a1928cd8aae7211959
2   "name": "TBPagarME",
3   "version": "1.2.0",
4   "summary": "Facilitador do gateway de pagamento pagar.me",
5   "description": "\"Facilita a transação com cartão de crédito com o pagar.me, gerando o card_hash necessário.\"",
6   "homepage": "https://github.com/tiagobsbraga/TBPagarME",
7   "license": "MIT",
8   "authors": {
9     "Tiago Braga": "contato@tiagobraga.cc"
10   },
11   "social_media_url": "http://twitter.com/tiagobraga",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tiagobsbraga/TBPagarME.git",
17     "tag": "1.2.0"
18   },
19   "source_files": [
20     "Pod",
21     "Pod/Classes/*.{swift,h,m}"
22   ],
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "SwiftyRSA": [
27       "~> 0.2"
28     ],
29     "SwiftLuhn": [
30       "~> 0.1"
31     ]
32   }