[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / TBPagarME / 1.1.2 / TBPagarME.podspec.json
blob2f6300d343018fc4a71a2c6969a956ae32091a03
2   "name": "TBPagarME",
3   "version": "1.1.2",
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.2"
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   }