[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 3 / 9 / TBPagarME / 1.1.1 / TBPagarME.podspec.json
blob2a5eea87b9f3cfa6e196cf9a17758a0df2d5a501
2   "name": "TBPagarME",
3   "version": "1.1.1",
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.1.1"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/*.{swift,h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "dependencies": {
27     "SwiftyRSA": [
28       "~> 0.2"
29     ],
30     "SwiftLuhn": [
31       "~> 0.1"
32     ]
33   }