[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / b / 9 / PurchaseHelper / 1.0.3 / PurchaseHelper.podspec.json
blob824cc21f485ea205540da5efb69daaf7dac2ee9a
2   "name": "PurchaseHelper",
3   "version": "1.0.3",
4   "summary": "In-app purchase helper and UI elements",
5   "description": "Some helper classes for managing in-app purchases, including some UI elements.",
6   "homepage": "https://github.com/exsortis/PurchaseHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paul Schifferer": "paul@schifferers.net"
13   },
14   "social_media_url": "http://twitter.com/brickdm",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/exsortis/PurchaseHelper.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "PurchaseHelper/**/*.{h,m}",
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "PurchaseHelper/**/*.h",
25   "requires_arc": true,
26   "dependencies": {
27     "SSKeychain": [
29     ]
30   }