[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / f / c / FGIAPService / 0.4.0 / FGIAPService.podspec.json
blob3993db13beb28b7a94ee87d5f061d3e926f87a7f
2   "name": "FGIAPService",
3   "version": "0.4.0",
4   "summary": "IAP helper for Apple in app purchases.",
5   "description": "FGIAPService is a simple wrapper for Apple in app purchases..\n\nFeatures\n  - Simple interface",
6   "homepage": "https://github.com/FoneG/FGIAPService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "15757127193@163.com": "15757127193@163.com"
13   },
14   "source": {
15     "git": "https://github.com/FoneG/FGIAPService.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FGIAPService/Classes/**/*",
22   "frameworks": "StoreKit",
23   "dependencies": {
24     "UICKeyChainStore": [
25       "~> 2.1.0"
26     ]
27   }