[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 3 / 5 / Kvitto / 1.0.2 / Kvitto.podspec.json
blobc948a70c9b6cd55b0750c16c7f1576a5487c9cf6
2   "name": "Kvitto",
3   "version": "1.0.2",
4   "summary": "Parse and validate iTunes App Store receipts",
5   "homepage": "https://github.com/Cocoanetics/Kvitto",
6   "authors": {
7     "Oliver Drobnik": "oliver@cocoanetics.com"
8   },
9   "documentation_url": "http://docs.cocoanetics.com/DTKeychain",
10   "social_media_url": "https://twitter.com/cocoanetics",
11   "source": {
12     "git": "https://github.com/Cocoanetics/Kvitto.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "license": "BSD",
19   "requires_arc": true,
20   "dependencies": {
21     "DTFoundation/DTASN1": [
22       "~> 1.7.9"
23     ]
24   },
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "platforms": {
30         "ios": "8.0"
31       },
32       "source_files": "Core/Source/*.{h,m,c,swift}"
33     }
34   ]