[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 8 / b / 9 / PurchaseHelper / 1.1.1 / PurchaseHelper.podspec.json
blob408e5b19186fdfdd3216428b5343e178f1802257
2   "name": "PurchaseHelper",
3   "version": "1.1.1",
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": "https://twitter.com/paulyhedral",
15   "platforms": {
16     "ios": "9.3"
17   },
18   "source": {
19     "git": "https://github.com/exsortis/PurchaseHelper.git",
20     "tag": "1.1.1"
21   },
22   "source_files": "PurchaseHelper/**/*.{h,m}",
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "PurchaseHelper/*.h",
25   "private_header_files": "PurchaseHelper/Private/*.h",
26   "requires_arc": true,
27   "dependencies": {
28     "SAMKeychain": [
30     ]
31   }