[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / b / 7 / 6 / svanichkin_Store / 3.1.1 / svanichkin_Store.podspec.json
blobe930a8048c3be02a1ce5192f0ee7825208ca7aaf
2   "name": "svanichkin_Store",
3   "version": "3.1.1",
4   "summary": "A simple but unusually powerful class for working with all types of in-app purchases (consumable, nonConsumable, autoRenewable, nonRenewing).",
5   "description": "The class itself ensures that the application is unloaded or loaded, does all the necessary actions. When the class has downloaded the purchases, made the recovery of purchases and checked their relevance on the server Apple, the isReady property will become YES.",
6   "homepage": "https://github.com/svanichkin/Store",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Sergey Vanichkin": "sergey@vanichkin.ru"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/svanichkin/Store.git",
16     "tag": "3.1.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "public_header_files": "Classes/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "StoreKit"
26   ],
27   "requires_arc": true