[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 1 / 5 / StoreKitClient / 0.6.1 / StoreKitClient.podspec.json
bloba99ed000fd4dc9133f33b0c03b8f1c9c479fcc1d
2   "name": "StoreKitClient",
3   "version": "0.6.1",
4   "summary": "Simple PromiseKit based client for Apple's StoreKit IAP API.",
5   "homepage": "https://github.com/dclelland/StoreKitClient",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/StoreKitClient.git",
14     "tag": "0.6.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "swift_version": "4.2",
20   "ios": {
21     "source_files": "Sources/**/*.swift"
22   },
23   "dependencies": {
24     "PromiseKit": [
25       "~> 6.4.0"
26     ]
27   }