[Add] YIM 2.2.1
[CocoaPods.git] / Specs / a / 1 / 5 / StoreKitClient / 0.3.1 / StoreKitClient.podspec.json
blob132ac67d6b23621bcafca46e5d5f4efe2794aa3f
2   "name": "StoreKitClient",
3   "version": "0.3.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.3.1"
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       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.2"