[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 2 / PurchaseKit / 1.1.0 / PurchaseKit.podspec.json
blob549cc8887f8476c58582edc227e9b3785652d31b
2   "name": "PurchaseKit",
3   "version": "1.1.0",
4   "summary": "In-App Purchase Framework",
5   "authors": {
6     "Meniny": "Meniny@qq.com"
7   },
8   "homepage": "https://github.com/Meniny/PurchaseKit",
9   "social_media_url": "https://meniny.cn/",
10   "license": "MIT",
11   "description": "PurchaseKit is an In-App Purchase Framework written in Swift.",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Meniny/PurchaseKit.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "PurchaseKit/Source/*",
22   "public_header_files": "PurchaseKit/Source/*.h",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit",
27       "StoreKit"
28     ]
29   },
30   "tvos": {
31     "frameworks": [
32       "Foundation",
33       "UIKit",
34       "StoreKit"
35     ]
36   },
37   "osx": {
38     "frameworks": [
39       "Foundation",
40       "AppKit",
41       "StoreKit"
42     ]
43   },
44   "pushed_with_swift_version": "4.0",
45   "deprecated": true