[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 1 / 5 / StoreKitClient / 0.6.0 / StoreKitClient.podspec.json
blob51766f9682689aa036b4e4bd926ccc6dce66cf0a
2   "name": "StoreKitClient",
3   "version": "0.6.0",
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.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "source_files": "Sources/**/*.swift"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "PromiseKit": [
25       "~> 6.4.0"
26     ]
27   }